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.lua | |
| parent | 31f593fb097fcf31a07fb6e1a5d501904cabcb28 (diff) | |
Renaming parser2 to parser.
Diffstat (limited to 'nomsu_compiler.lua')
| -rw-r--r-- | nomsu_compiler.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu_compiler.lua b/nomsu_compiler.lua index 639e891..866a232 100644 --- a/nomsu_compiler.lua +++ b/nomsu_compiler.lua @@ -36,7 +36,7 @@ do NomsuCode, LuaCode, Source = _obj_0.NomsuCode, _obj_0.LuaCode, _obj_0.Source end local AST = require("syntax_tree") -local make_parser = require("parser2") +local make_parser = require("parser") SOURCE_MAP = { } table.map = function(t, fn) return setmetatable((function() |
