From 2197da3028b0ce3a08d3eca516ed5a1074ca92e1 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 23 Oct 2017 14:55:12 -0700 Subject: [PATCH] Updated comments. --- nomsu.moon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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