From 5435e50f0f0512656bca873b90c0e0fcfb9e38b1 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 22 Jul 2018 13:30:04 -0700 Subject: [PATCH] Removing obsolete TODO. --- nomsu_compiler.moon | 1 - 1 file changed, 1 deletion(-) 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")