aboutsummaryrefslogtreecommitdiff
path: root/nomsu_compiler.moon
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-09-14 14:25:55 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-09-14 14:26:06 -0700
commit54e1f99e90764570666d692dd97be888f98ee2fc (patch)
treed7891da3288afc29408c9a96127cfef5744fb792 /nomsu_compiler.moon
parent21d0d7901cc378181034c0db6221bca5adca591e (diff)
Upgraded nomsu.1.peg to tidier version.
Diffstat (limited to 'nomsu_compiler.moon')
-rw-r--r--nomsu_compiler.moon1
1 files changed, 0 insertions, 1 deletions
diff --git a/nomsu_compiler.moon b/nomsu_compiler.moon
index 8711839..fb3dd4c 100644
--- a/nomsu_compiler.moon
+++ b/nomsu_compiler.moon
@@ -56,7 +56,6 @@ make_tree = (tree, userdata)->
Parsers = {}
max_parser_version = 0
for version=1,999
- continue unless version == 4 or version == 3 or version == 2 -- TODO: remove
peg_file = io.open("nomsu.#{version}.peg")
if not peg_file and package.nomsupath
for path in package.nomsupath\gmatch("[^;]+")