.. |
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
|
fixed bug with comments failing to parse in open tables
|
2011-08-28 23:19:48 -07:00 |
cond.moon
|
for loops and while statements as expressions
|
2011-07-16 17:14:57 -07:00 |
export.moon
|
tests for special export symbols
|
2011-10-09 02:00:25 -07:00 |
funcs.moon
|
support return statement with no arguments
|
2011-09-30 23:23:22 -07:00 |
import.moon
|
use \ for colon call operator
|
2011-06-22 23:45:03 -07:00 |
lists.moon
|
vararg bubbling works for block_exp
|
2011-10-12 21:03:55 -07:00 |
literals.moon
|
fixed number literals (all lua ones supported)
|
2011-08-12 19:35:22 -07:00 |
loops.moon
|
for loops and while statements as expressions
|
2011-07-16 17:14:57 -07:00 |
string.moon
|
fixed "\\" from not parsing
|
2011-09-11 23:36:01 -07:00 |
stub.moon
|
varargs bubbling moved to block_exp
|
2011-10-09 15:58:39 -07:00 |
syntax.moon
|
fixed parse error with some keywords at start of variable names
|
2011-09-30 20:20:36 -07:00 |
tables.moon
|
added : prefix operator for self assignment in table lits
|
2011-08-28 23:41:24 -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
|
for loops and while statements as expressions
|
2011-07-16 17:14:57 -07:00 |