diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-06-24 23:18:32 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-06-24 23:18:42 -0700 |
| commit | 2db2c68ac32fa3ebeedda569a587332551b6a70e (patch) | |
| tree | 411bac9e06e909b316f1668483880f037e25680d /parser.moon | |
| parent | b09db8f7dfafb39f418b325c2d276c9dc22e36a9 (diff) | |
Cleaning up code and shuffling things around.
Diffstat (limited to 'parser.moon')
| -rw-r--r-- | parser.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.moon b/parser.moon index 6fe54e6..e7ee809 100644 --- a/parser.moon +++ b/parser.moon @@ -4,7 +4,7 @@ re = require 're' lpeg.setmaxstack 10000 {:P,:R,:V,:S,:Cg,:C,:Cp,:B,:Cmt,:Carg} = lpeg utils = require 'utils' -{:match, :sub, :rep, :gsub, :format, :byte, :match, :find} = string +{:match, :sub} = string {:NomsuCode, :LuaCode, :Source} = require "code_obj" AST = require "nomsu_tree" |
