.. |
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
|
fix export ^ with class declarations inside of do
|
2012-10-31 13:44:56 -07:00 |
comprehension.moon
|
table comprehensions support single expression that returns a pair
|
2012-10-03 11:30:23 -07:00 |
cond.moon
|
assignment declaration is pulled out of line decorators #44
|
2012-10-25 18:55:04 -07:00 |
do.moon
|
tests for do
|
2012-10-31 20:15:44 -07:00 |
export.moon
|
export keyword works before class declaration, fixed export test
|
2011-11-06 22:48:25 -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
|
"declare" no longer shadows, introduce "declare_with_shadows" for local keyword
|
2012-10-25 18:22:51 -07: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
|
switch tests, parse switch non-cascade expression
|
2011-11-18 19:07:17 -08:00 |
syntax.moon
|
escape dot chains that are lua keywords
|
2012-10-01 15:12:01 -07: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
|
fixed with's dot chain from not parsing all types after first chain item
|
2011-11-01 19:56:29 -07:00 |