aboutsummaryrefslogtreecommitdiff
path: root/nomsu_compiler.moon
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-07-22 13:30:04 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-07-22 13:30:04 -0700
commit5435e50f0f0512656bca873b90c0e0fcfb9e38b1 (patch)
tree299d8864642966fa4cb790e75fec151371d6eba6 /nomsu_compiler.moon
parent4af50ab2ddbd3a5b3023cd1f21cc8988b6ffa4da (diff)
Removing obsolete TODO.
Diffstat (limited to 'nomsu_compiler.moon')
-rw-r--r--nomsu_compiler.moon1
1 files changed, 0 insertions, 1 deletions
diff --git a/nomsu_compiler.moon b/nomsu_compiler.moon
index 7a4c6f0..afea8ae 100644
--- a/nomsu_compiler.moon
+++ b/nomsu_compiler.moon
@@ -46,7 +46,6 @@ table.fork = (t, values)-> setmetatable(values or {}, {__index:t})
-- TODO:
-- consider non-linear codegen, rather than doing thunks for things like comprehensions
--- Add a ((%x foo %y) where {x:"asdf", y:"fdsa"}) compile-time action for substitution
-- Re-implement nomsu-to-lua comment translation?
-- Use + operator for string coercive concatenation (note: "asdf" + 3 == "asdf3")