aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/init.moon5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/init.moon b/core/init.moon
index f9a3b9e..1d9e191 100644
--- a/core/init.moon
+++ b/core/init.moon
@@ -7,6 +7,7 @@ import Scope from require 'core.scope'
load_!
import Registry from require 'core.registry'
+import Tag from require 'core.tag'
import Cell, RootCell from require 'core.cell'
import cell, program from require 'core.parsing'
@@ -18,9 +19,9 @@ globals = Scope.from_table require 'core.builtin'
:Op, :Action, :FnDef
:Scope
- :Registry
- :globals
+ :Registry, :Tag
+ :globals
parse: program\match
eval: (str, inject) ->
scope = Scope nil, globals