moonscript/spec/outputs
2015-09-26 21:07:22 -07: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 simplify single name destructures/imports 2014-09-02 20:31:08 -07: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 simplify single name destructures/imports 2014-09-02 20:31:08 -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 simplify single name destructures/imports 2014-09-02 20:31:08 -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 make sure return/break at end don't interfere with continue logic fixes #215 #190 #183 2015-09-26 20:29:39 -07:00
operators.lua parens can take spacebreaks on the insides of either side 2015-02-28 13:52:09 -08: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 rebuild spec 2015-09-26 21:07:22 -07:00
tables.lua more whitespace sepcs for table 2015-02-28 14:10:45 -08: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 Add tests for nested with blocks 2015-09-26 12:24:51 -07:00