aboutsummaryrefslogtreecommitdiff
path: root/nomsu_compiler.moon
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.moon
parent0923b0192c8023a1a8d2304fa318cee08500d57d (diff)
Simplified the command line interface.
Diffstat (limited to 'nomsu_compiler.moon')
-rw-r--r--nomsu_compiler.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu_compiler.moon b/nomsu_compiler.moon
index bb31829..8e4dee7 100644
--- a/nomsu_compiler.moon
+++ b/nomsu_compiler.moon
@@ -92,7 +92,7 @@ dict = (t)-> setmetatable(t, _dict_mt)
MAX_LINE = 80 -- For beautification purposes, try not to make lines much longer than this value
NomsuCompiler = setmetatable({}, {__index: (k)=> if _self = rawget(@, "self") then _self[k] else nil})
with NomsuCompiler
- .NOMSU_COMPILER_VERSION = 2
+ .NOMSU_COMPILER_VERSION = 3
.NOMSU_SYNTAX_VERSION = Parser.version
._ENV = NomsuCompiler
.nomsu = NomsuCompiler