moonscript/tests/outputs
2013-01-13 12:23:49 -08:00
..
assign.lua fully moonspeak compiler 2011-06-12 22:38:42 -07:00
bubbling.lua remove filtering of nil values from loop expressions (use continue instead) #66 2013-01-12 14:11:15 -08: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 numeric for loop comprehensions/decorator, fixes #45 2013-01-12 15:14:33 -08:00
cond.lua make mtype not error when passed smart node fix #52 2012-11-27 18:35:34 -08:00
destructure.lua destructure works with if assignment cond 2012-11-29 09:48:08 -08:00
do.lua tests for do 2012-10-31 20:15:44 -07:00
export.lua put exported declared names so they can be assigned in deeper scopes 2013-01-13 12:11:47 -08: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 update accumulator after expression 2013-01-12 13:01:34 -08:00
literals.lua add implicit return to end of files #46 2012-10-30 09:38:47 -07:00
local.lua local * doesn't grab names in nested scopes 2013-01-13 12:23:49 -08:00
loops.lua remove filtering of nil values from loop expressions (use continue instead) #66 2013-01-12 14:11:15 -08: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 add numeric for loop comprehensions/decorator, fixes #45 2013-01-12 15:14:33 -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