aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-01-11 15:34:54 -0800
committerBruce Hill <bitbucket@bruce-hill.com>2018-01-11 15:34:54 -0800
commit425f4ed7a7be81389e591129523a8b1a08290ba7 (patch)
treec9d285865a836ecc2032a5d83a12223ea523cce1
parent7251f750876fd7839e1d4c4a31e1448ec6ad2acb (diff)
Added todo.
-rwxr-xr-xnomsu.moon1
1 files changed, 1 insertions, 0 deletions
diff --git a/nomsu.moon b/nomsu.moon
index 9009fd5..45ac3c6 100755
--- a/nomsu.moon
+++ b/nomsu.moon
@@ -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