aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-09-14 14:43:33 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-09-14 14:43:33 -0700
commitd428725c86b3ea8e20b94a13dcf98b748c50aaa0 (patch)
tree3637fe35056a23e4ca91a72ac32fbf86b0465573
parentcdbf3c971f64a277e45308ad490cc35cddcc69db (diff)
Recompile
-rw-r--r--nomsu_compiler.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu_compiler.lua b/nomsu_compiler.lua
index 866a232..ea71671 100644
--- a/nomsu_compiler.lua
+++ b/nomsu_compiler.lua
@@ -167,7 +167,7 @@ local NomsuCompiler = setmetatable({
})
local _anon_chunk = 0
do
- NomsuCompiler.NOMSU_COMPILER_VERSION = 7
+ NomsuCompiler.NOMSU_COMPILER_VERSION = 8
NomsuCompiler.NOMSU_SYNTAX_VERSION = max_parser_version
NomsuCompiler.nomsu = NomsuCompiler
NomsuCompiler.parse = function(self, nomsu_code, source, version)