aboutsummaryrefslogtreecommitdiffstats
path: root/alv/module.moon
diff options
context:
space:
mode:
Diffstat (limited to 'alv/module.moon')
-rw-r--r--alv/module.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/alv/module.moon b/alv/module.moon
index 2fa24d9..6eeb10b 100644
--- a/alv/module.moon
+++ b/alv/module.moon
@@ -42,7 +42,7 @@ class Module
@ast = Error.wrap "parsing '#{@name true}'", -> program\match @slurp!
assert @ast, Error 'syntax', "failed to parse"
- @registry\scan_ast @ast
+ @registry\assign_tags!
scope = Scope builtins!, parent_scope
@root = Error.wrap "evaluating '#{@name true}'", @ast\eval, scope, @registry