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