From a1035d1cd657d4b47dd8edfd31d1cfd6078cef61 Mon Sep 17 00:00:00 2001 From: s-ol Date: Thu, 13 Feb 2020 10:26:36 +0100 Subject: remove outdated tests --- core/init.moon | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'core') 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 -- cgit v1.2.3