diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-09-14 14:42:12 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-09-14 14:42:20 -0700 |
| commit | 13ce4e7ee9607aa7c3578af14d0f1f5d51b50287 (patch) | |
| tree | 31430cf094b0c26ae2961250f1bcf245d131299c /nomsu_compiler.moon | |
| parent | 31f593fb097fcf31a07fb6e1a5d501904cabcb28 (diff) | |
Renaming parser2 to parser.
Diffstat (limited to 'nomsu_compiler.moon')
| -rw-r--r-- | nomsu_compiler.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu_compiler.moon b/nomsu_compiler.moon index 5e1510b..f4592f3 100644 --- a/nomsu_compiler.moon +++ b/nomsu_compiler.moon @@ -24,7 +24,7 @@ unpack or= table.unpack {:match, :sub, :gsub, :format, :byte, :find} = string {:NomsuCode, :LuaCode, :Source} = require "code_obj" AST = require "syntax_tree" -make_parser = require("parser2") +make_parser = require("parser") -- Mapping from source string (e.g. "@core/metaprogramming.nom[1:100]") to a mapping -- from lua line number to nomsu line number export SOURCE_MAP |
