aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2017-10-23 14:55:12 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2017-10-23 14:55:12 -0700
commit2197da3028b0ce3a08d3eca516ed5a1074ca92e1 (patch)
tree8983bc7851843a219283af46d712dfbfef060b96
parent28a6446c664254c304b2ce5f8f4857f08339ae16 (diff)
Updated comments.
-rwxr-xr-xnomsu.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu.moon b/nomsu.moon
index eaee20e..136b6ee 100755
--- a/nomsu.moon
+++ b/nomsu.moon
@@ -25,13 +25,13 @@ colored = setmetatable({}, {__index:(_,color)-> ((msg)-> colors[color]..msg..col
-- use actual variables instead of a vars table
-- consider non-linear codegen, rather than doing thunks for things like comprehensions
-- improve indentation of generated lua code
--- provide way to run precompiled nomsu -> lua code from nomsu
-- better scoping?
-- better error reporting
-- fix propagation of filename for error reporting
-- add line numbers of function calls
-- type checking?
-- Fix compiler bug that breaks when file ends with a block comment
+-- Add compiler options for optimization level (compile-fast vs. run-fast, etc.)
lpeg.setmaxstack 10000 -- whoa
{:P,:V,:S,:Cg,:C,:Cp,:B,:Cmt} = lpeg