aboutsummaryrefslogtreecommitdiff
path: root/nomsu.moon
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2017-10-05 15:26:22 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2017-10-05 15:26:22 -0700
commite9cb758efd47b8ff0b68ba506fa453f597228951 (patch)
treeb473ab898ccf418b398754de3a5308be31ecba7e /nomsu.moon
parentb11d0752dbdf963183b3f85d42ade0e5cb7f8eae (diff)
Added note about checking compiler.
Diffstat (limited to 'nomsu.moon')
-rwxr-xr-xnomsu.moon1
1 files changed, 1 insertions, 0 deletions
diff --git a/nomsu.moon b/nomsu.moon
index ccf3a3c..91494f1 100755
--- a/nomsu.moon
+++ b/nomsu.moon
@@ -21,6 +21,7 @@ colored = setmetatable({}, {__index:(_,color)-> ((msg)-> colors[color]..msg..col
--pcall = (fn,...)-> true, fn(...)
-- TODO:
+-- check robustness/functionality of compiler mode.
-- 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