aboutsummaryrefslogtreecommitdiff
path: root/nomsu_compiler.lua
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-07-09 16:58:46 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-07-09 16:59:20 -0700
commit11e9e3663663a45446911372fe52fc8bee2f238d (patch)
tree1bbd102b65fe2678be056f20e8a59dcfc4cc8899 /nomsu_compiler.lua
parent0923b0192c8023a1a8d2304fa318cee08500d57d (diff)
Simplified the command line interface.
Diffstat (limited to 'nomsu_compiler.lua')
-rw-r--r--nomsu_compiler.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu_compiler.lua b/nomsu_compiler.lua
index 4f650da..98f3791 100644
--- a/nomsu_compiler.lua
+++ b/nomsu_compiler.lua
@@ -150,7 +150,7 @@ local NomsuCompiler = setmetatable({ }, {
end
})
do
- NomsuCompiler.NOMSU_COMPILER_VERSION = 2
+ NomsuCompiler.NOMSU_COMPILER_VERSION = 3
NomsuCompiler.NOMSU_SYNTAX_VERSION = Parser.version
NomsuCompiler._ENV = NomsuCompiler
NomsuCompiler.nomsu = NomsuCompiler