diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-02-13 09:26:36 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-02-13 09:26:36 +0000 |
| commit | a1035d1cd657d4b47dd8edfd31d1cfd6078cef61 (patch) | |
| tree | 9e7118ebb19cdee4e8b1d8ba37c4052061df7455 /core | |
| parent | no more @registry juggling (diff) | |
| download | alive-a1035d1cd657d4b47dd8edfd31d1cfd6078cef61.tar.gz alive-a1035d1cd657d4b47dd8edfd31d1cfd6078cef61.zip | |
remove outdated tests
Diffstat (limited to 'core')
| -rw-r--r-- | core/init.moon | 5 |
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 |
