aboutsummaryrefslogtreecommitdiffstats
path: root/core/parsing.moon
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-02-13 09:07:05 +0000
committers-ol <s-ol@users.noreply.github.com>2020-02-13 09:07:05 +0000
commit9f80c8b41ef2e42f9bc2cce0c2172e879d308dbc (patch)
tree3b075136c22c090e9610eb51dd7e1a70bdb3c64e /core/parsing.moon
parentadd logic lib (diff)
downloadalive-9f80c8b41ef2e42f9bc2cce0c2172e879d308dbc.tar.gz
alive-9f80c8b41ef2e42f9bc2cce0c2172e879d308dbc.zip
no more @registry juggling
Diffstat (limited to 'core/parsing.moon')
-rw-r--r--core/parsing.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/parsing.moon b/core/parsing.moon
index c23b7b7..58dbf62 100644
--- a/core/parsing.moon
+++ b/core/parsing.moon
@@ -1,6 +1,6 @@
import Const from require 'core.const'
import Cell, RootCell from require 'core.cell'
-import Tag from require 'core.registry'
+import Tag from require 'core.tag'
import R, S, P, V, C, Ct from require 'lpeg'
-- whitespace