diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-02-13 09:07:05 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-02-13 09:07:05 +0000 |
| commit | 9f80c8b41ef2e42f9bc2cce0c2172e879d308dbc (patch) | |
| tree | 3b075136c22c090e9610eb51dd7e1a70bdb3c64e /core/parsing.moon | |
| parent | add logic lib (diff) | |
| download | alive-9f80c8b41ef2e42f9bc2cce0c2172e879d308dbc.tar.gz alive-9f80c8b41ef2e42f9bc2cce0c2172e879d308dbc.zip | |
no more @registry juggling
Diffstat (limited to 'core/parsing.moon')
| -rw-r--r-- | core/parsing.moon | 2 |
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 |
