.. |
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
|
don't alter class constructor at all
|
2013-01-23 17:50:36 -08: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
|
import can have free whitespace around imported names
|
2013-06-06 17:29:12 -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
|
allow line breaks inside of quote strings
|
2013-04-17 21:19:40 -07:00 |
local.moon
|
extract declarations doesn't puke on nil statement in body
|
2013-01-23 18:02:21 -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
|
a-b is no longer a function call #96
|
2013-04-16 11:16:47 -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
|
with can take an assignment statement #46
|
2012-11-01 07:27:52 -07:00 |