moonscript/spec/outputs
2014-02-08 18:42:23 -08:00
..
assign.lua move test to spec 2013-06-07 23:14:08 -07:00
bubbling.lua no temporary functions when returning block_exp 2013-06-30 23:28:51 -07:00
class.lua let colon stubs in assignments get simplified 2014-02-05 09:29:39 -08:00
comprehension.lua don't create unecessary function with tblcomp and assign single 2013-06-30 21:06:31 -07:00
cond.lua move test to spec 2013-06-07 23:14:08 -07:00
destructure.lua reuse locals for unpack loops 2013-06-10 19:18:49 -07:00
do.lua move test to spec 2013-06-07 23:14:08 -07:00
export.lua don't generate unecessary code for classes 2013-06-25 20:05:20 -07:00
funcs.lua move test to spec 2013-06-07 23:14:08 -07:00
import.lua import is backed by destructure 2013-06-29 01:09:42 -07:00
lists.lua avoid creating unnecessary functions when using return keyword with statements and block_exps 2014-02-08 18:42:23 -08:00
literals.lua specs for new number literals #124 2014-01-06 10:38:01 -08:00
local.lua move test to spec 2013-06-07 23:14:08 -07:00
loops.lua kill some more anon funcs for while,for,foreach 2013-06-30 21:20:01 -07:00
return.lua avoid creating unnecessary functions when using return keyword with statements and block_exps 2014-02-08 18:42:23 -08:00
string.lua move test to spec 2013-06-07 23:14:08 -07:00
stub.lua let colon stubs in assignments get simplified 2014-02-05 09:29:39 -08:00
switch.lua move test to spec 2013-06-07 23:14:08 -07:00
syntax.lua move test to spec 2013-06-07 23:14:08 -07:00
tables.lua move test to spec 2013-06-07 23:14:08 -07:00
using.lua move test to spec 2013-06-07 23:14:08 -07:00
whitespace.lua move test to spec 2013-06-07 23:14:08 -07:00
with.lua with doesn't create its own reference unless necessary 2013-06-10 16:12:26 -07:00