From b3df63eb1044a740e205524aaa37bebe08bd169e Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 30 May 2018 14:08:03 -0700 Subject: Added 'for (%k,%v) in ...' alias for 'for %k = %v in ...' --- nomsu.moon | 1 - 1 file changed, 1 deletion(-) (limited to 'nomsu.moon') 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? -- cgit v1.2.3