moonscript/tests/outputs
leaf corcoran 5162082085 allow multiple cases per when statement in switch
also fix precedence issue when using lower than == precedence operators
in when
2012-11-29 09:19:35 -08:00
..
assign.lua fully moonspeak compiler 2011-06-12 22:38:42 -07:00
bubbling.lua redo varargs bubbling with send, fix some varargs issues 2012-10-28 01:50:22 -07:00
class.lua extract class name from assign statement if anonymous class is being assigned 2012-11-01 09:19:04 -07:00
comprehension.lua add implicit return to end of files #46 2012-10-30 09:38:47 -07:00
cond.lua make mtype not error when passed smart node fix #52 2012-11-27 18:35:34 -08:00
destructure.lua allow destructure in for in names 2012-11-29 00:37:49 -08:00
do.lua tests for do 2012-10-31 20:15:44 -07:00
export.lua wrap class declaration in do instead of anonymous function 2012-10-30 23:34:42 -07:00
funcs.lua add implicit return to end of files #46 2012-10-30 09:38:47 -07:00
import.lua "declare" no longer shadows, introduce "declare_with_shadows" for local keyword 2012-10-25 18:22:51 -07:00
lists.lua add implicit return to end of files #46 2012-10-30 09:38:47 -07:00
literals.lua add implicit return to end of files #46 2012-10-30 09:38:47 -07:00
local.lua "declare" no longer shadows, introduce "declare_with_shadows" for local keyword 2012-10-25 18:22:51 -07:00
loops.lua remove concept of non atomic value 2012-11-01 08:03:27 -07:00
string.lua add implicit return to end of files #46 2012-10-30 09:38:47 -07:00
stub.lua varargs bubbling moved to block_exp 2011-10-09 15:58:39 -07:00
switch.lua allow multiple cases per when statement in switch 2012-11-29 09:19:35 -08:00
syntax.lua let class be the key in an unbound table 2012-11-10 22:15:54 -08:00
tables.lua allow string literal as table key 2012-09-08 18:40:15 -07:00
using.lua add implicit return to end of files #46 2012-10-30 09:38:47 -07:00
whitespace.lua add implicit return to end of files #46 2012-10-30 09:38:47 -07:00
with.lua with can take an assignment statement #46 2012-11-01 07:27:52 -07:00