From d428725c86b3ea8e20b94a13dcf98b748c50aaa0 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 14 Sep 2018 14:43:33 -0700 Subject: [PATCH] Recompile --- nomsu_compiler.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)