aboutsummaryrefslogtreecommitdiff
path: root/parser.moon
diff options
context:
space:
mode:
Diffstat (limited to 'parser.moon')
-rw-r--r--parser.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.moon b/parser.moon
index cf67205..a961b0b 100644
--- a/parser.moon
+++ b/parser.moon
@@ -7,7 +7,7 @@ lpeg.setmaxstack 10000
{:insert, :remove} = table
files = require 'files'
{:NomsuCode, :LuaCode, :Source} = require "code_obj"
-AST = require "nomsu_tree"
+AST = require "syntax_tree"
NOMSU_DEFS = with {}
-- Newline supports either windows-style CR+LF or unix-style LF