aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-02-13 09:26:36 +0000
committers-ol <s-ol@users.noreply.github.com>2020-02-13 09:26:36 +0000
commita1035d1cd657d4b47dd8edfd31d1cfd6078cef61 (patch)
tree9e7118ebb19cdee4e8b1d8ba37c4052061df7455 /core
parentno more @registry juggling (diff)
downloadalive-a1035d1cd657d4b47dd8edfd31d1cfd6078cef61.tar.gz
alive-a1035d1cd657d4b47dd8edfd31d1cfd6078cef61.zip
remove outdated tests
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