moonscript/tests/inputs
2013-01-13 12:23:49 -08:00
..
assign.moon assignable if, exp list as statement, ; as value separator 2011-05-29 22:38:47 -07:00
bubbling.moon vararg bubbling works for block_exp 2011-10-12 21:03:55 -07:00
class.moon classes can be expressions, classes don't require name or body anymore 2012-11-01 08:56:54 -07:00
comprehension.moon add numeric for loop comprehensions/decorator, fixes #45 2013-01-12 15:14:33 -08:00
cond.moon make mtype not error when passed smart node fix #52 2012-11-27 18:35:34 -08:00
destructure.moon destructure works with if assignment cond 2012-11-29 09:48:08 -08:00
do.moon tests for do 2012-10-31 20:15:44 -07:00
export.moon put exported declared names so they can be assigned in deeper scopes 2013-01-13 12:11:47 -08:00
funcs.moon fix implicit return with decorated statements 2012-10-27 12:39:44 -07:00
import.moon use \ for colon call operator 2011-06-22 23:45:03 -07:00
lists.moon handing the transformation of decorator with implicit return in all cases 2012-10-27 15:51:34 -07:00
literals.moon fixed number literals (all lua ones supported) 2011-08-12 19:35:22 -07:00
local.moon local * doesn't grab names in nested scopes 2013-01-13 12:23:49 -08:00
loops.moon don't crash when non-value is at end of loop expression 2012-10-30 09:11:06 -07:00
string.moon woops, don't crash on empty string 2012-09-30 17:58:46 -07:00
stub.moon varargs bubbling moved to block_exp 2011-10-09 15:58:39 -07:00
switch.moon allow multiple cases per when statement in switch 2012-11-29 09:19:35 -08:00
syntax.moon add numeric for loop comprehensions/decorator, fixes #45 2013-01-12 15:14:33 -08:00
tables.moon allow string literal as table key 2012-09-08 18:40:15 -07:00
using.moon fixed number literals (all lua ones supported) 2011-08-12 19:35:22 -07:00
whitespace.moon arguments can be continued on next line with indent 2011-08-20 10:38:40 -07:00
with.moon with can take an assignment statement #46 2012-11-01 07:27:52 -07:00