From 8b9408e49f9607e4b636cd23ac8211a8cbd122af Mon Sep 17 00:00:00 2001 From: Tbkhi Date: Tue, 12 Mar 2024 15:48:59 -0300 Subject: [PATCH] Update name-resolution.md --- src/name-resolution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/name-resolution.md b/src/name-resolution.md index 35c2d2e8..cc242631 100644 --- a/src/name-resolution.md +++ b/src/name-resolution.md @@ -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