From 2f68357cb6800e97edd31abfc707d7c7905faa64 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 3 Oct 2018 16:26:24 -0700 Subject: Some incremental progress. --- syntax_tree.moon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'syntax_tree.moon') diff --git a/syntax_tree.moon b/syntax_tree.moon index 926ea09..f3d3aee 100644 --- a/syntax_tree.moon +++ b/syntax_tree.moon @@ -82,8 +82,8 @@ for name in *types __call: (t)=> if type(t.source) == 'string' t.source = Source\from_string(t.source) - else - assert(Source\is_instance(t.source)) + --else + -- assert(Source\is_instance(t.source)) setmetatable(t, @) if init = t.__init then init(t) return t -- cgit v1.2.3