diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2017-10-23 14:55:12 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2017-10-23 14:55:12 -0700 |
| commit | 2197da3028b0ce3a08d3eca516ed5a1074ca92e1 (patch) | |
| tree | 8983bc7851843a219283af46d712dfbfef060b96 /nomsu.moon | |
| parent | 28a6446c664254c304b2ce5f8f4857f08339ae16 (diff) | |
Updated comments.
Diffstat (limited to 'nomsu.moon')
| -rwxr-xr-x | nomsu.moon | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
