aboutsummaryrefslogtreecommitdiff
path: root/nomsu.moon
diff options
context:
space:
mode:
Diffstat (limited to 'nomsu.moon')
-rwxr-xr-xnomsu.moon1
1 files changed, 0 insertions, 1 deletions
diff --git a/nomsu.moon b/nomsu.moon
index 1d2bff9..59c1251 100755
--- a/nomsu.moon
+++ b/nomsu.moon
@@ -55,7 +55,6 @@ STDIN, STDOUT, STDERR = "/dev/fd/0", "/dev/fd/1", "/dev/fd/2"
string.as_lua_id = (str)->
"_"..(str\gsub("%W", (c)-> if c == "_" then "__" else ("_%x")\format(c\byte!)))
-
-- TODO:
-- consider non-linear codegen, rather than doing thunks for things like comprehensions
-- type checking?