diff --git a/nomsu.moon b/nomsu.moon index 1c87a8e..07a38a1 100755 --- a/nomsu.moon +++ b/nomsu.moon @@ -9,6 +9,8 @@ utils = require 'utils' -- dicts? -- better scoping? -- first-class functions +-- better error reporting +-- type checking? INDENT = " " lpeg.setmaxstack 10000 -- whoa