aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-09-14 14:43:12 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-09-14 14:43:21 -0700
commitcdbf3c971f64a277e45308ad490cc35cddcc69db (patch)
tree57a187c664128892f77832f4ff0d4960dfcaeb4b
parent13ce4e7ee9607aa7c3578af14d0f1f5d51b50287 (diff)
Bumped compiler version to 8
-rw-r--r--nomsu_compiler.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu_compiler.moon b/nomsu_compiler.moon
index f4592f3..bc6a25c 100644
--- a/nomsu_compiler.moon
+++ b/nomsu_compiler.moon
@@ -95,7 +95,7 @@ NomsuCompiler = setmetatable {name:"Nomsu"},
__tostring: => @name
_anon_chunk = 0
with NomsuCompiler
- .NOMSU_COMPILER_VERSION = 7
+ .NOMSU_COMPILER_VERSION = 8
.NOMSU_SYNTAX_VERSION = max_parser_version
.nomsu = NomsuCompiler
.parse = (nomsu_code, source=nil, version=nil)=>