Update name-resolution.md

This commit is contained in:
Tbkhi 2024-03-12 15:48:59 -03:00 committed by nora
parent 1cbd715177
commit 8b9408e49f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ is built with all `macros` expanded. We saw how doing that requires doing some
name resolution to resolve imports and `macro` names. In this chapter, we show
how this is actually done and more.
[ast]: https://en.wikipedia.org/wiki/Abstract_syntax_tree
[ast]: ./ast-validation.md
In fact, we don't do full name resolution during `macro` expansion -- we only
resolve imports and `macros` at that time. This is required to know what to even