diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-01-11 15:34:54 -0800 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-01-11 15:34:54 -0800 |
| commit | 425f4ed7a7be81389e591129523a8b1a08290ba7 (patch) | |
| tree | c9d285865a836ecc2032a5d83a12223ea523cce1 /nomsu.moon | |
| parent | 7251f750876fd7839e1d4c4a31e1448ec6ad2acb (diff) | |
Added todo.
Diffstat (limited to 'nomsu.moon')
| -rwxr-xr-x | nomsu.moon | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ if _VERSION == "Lua 5.1" -- Do a pass on all actions to enforce parameters-are-nouns heuristic -- Put function defs into a separate table so we can do nomsu.defs["foo"](nomsu, ...) directly without a ".fn" -- Maybe do some sort of lazy definitions of actions that defer until they're used in code +-- Do automatic "local" detection of new variables and declare them as locals like moonscript does lpeg.setmaxstack 10000 -- whoa {:P,:R,:V,:S,:Cg,:C,:Cp,:B,:Cmt} = lpeg |
