diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-09-14 14:43:33 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-09-14 14:43:33 -0700 |
| commit | d428725c86b3ea8e20b94a13dcf98b748c50aaa0 (patch) | |
| tree | 3637fe35056a23e4ca91a72ac32fbf86b0465573 /nomsu_compiler.lua | |
| parent | cdbf3c971f64a277e45308ad490cc35cddcc69db (diff) | |
Recompile
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 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) |
