leaf corcoran
|
636c24258f
|
added key,value table comprehensions
|
2011-11-17 20:34:16 -08:00 |
|
leaf corcoran
|
5d9851b8cd
|
export keyword works before class declaration, fixed export test
|
2011-11-06 22:48:25 -08:00 |
|
leaf corcoran
|
374a7c5975
|
can export assignment statements
|
2011-11-06 22:29:39 -08:00 |
|
leaf corcoran
|
de3372d96e
|
import done through transform, binding import also works now
|
2011-11-06 22:06:39 -08:00 |
|
leaf corcoran
|
5cdbb68503
|
rebuilt tests
|
2011-11-06 15:44:40 -08:00 |
|
leaf corcoran
|
88683065e0
|
use , for slice range delimiter (sorry)
|
2011-11-05 10:00:09 -07:00 |
|
leaf corcoran
|
6925deedc8
|
fixed parse error for comment at end of file
|
2011-11-04 18:58:01 -07:00 |
|
leaf corcoran
|
c3fd7812ce
|
fixed with's dot chain from not parsing all types after first chain item
|
2011-11-01 19:56:29 -07:00 |
|
leaf corcoran
|
a2f9ca0743
|
vararg bubbling works for block_exp
|
2011-10-12 21:03:55 -07:00 |
|
leaf corcoran
|
d43f0f5a9c
|
moved unpack foreach to transform, removed do end from output
|
2011-10-10 00:24:16 -07:00 |
|
leaf corcoran
|
0131786390
|
varargs bubbling moved to block_exp
|
2011-10-09 15:58:39 -07:00 |
|
leaf corcoran
|
7f55485e62
|
tests for special export symbols
|
2011-10-09 02:00:25 -07:00 |
|
leaf corcoran
|
5d76a8d741
|
fixed bug with class value declaring
|
2011-10-01 22:35:34 -07:00 |
|
leaf corcoran
|
3fb8682f96
|
moved class from compiler to tree transformation
|
2011-10-01 22:35:34 -07:00 |
|
leaf corcoran
|
b7af08f15f
|
function stub syntax, and start of tree transformer
|
2011-10-01 11:46:47 -07:00 |
|
leaf corcoran
|
6fae81994c
|
support return statement with no arguments
|
2011-09-30 23:23:22 -07:00 |
|
leaf corcoran
|
319d387c72
|
fixed parse error with some keywords at start of variable names
|
2011-09-30 20:20:36 -07:00 |
|
leaf corcoran
|
6c391cb572
|
fixed "\\" from not parsing
|
2011-09-11 23:36:01 -07:00 |
|
leaf corcoran
|
d0a92fb1db
|
self args can be in any function, default value for self args works
|
2011-09-11 23:18:05 -07:00 |
|
leaf corcoran
|
f2ce353b4c
|
added : prefix operator for self assignment in table lits
|
2011-08-28 23:41:24 -07:00 |
|
leaf corcoran
|
24ae69cfdf
|
fixed bug with comments failing to parse in open tables
|
2011-08-28 23:19:48 -07:00 |
|
leaf corcoran
|
20548ecd70
|
..= for string concatenation update
|
2011-08-20 10:44:08 -07:00 |
|
leaf corcoran
|
d75c2b04ff
|
arguments can be continued on next line with indent
+ some parsing cleanups
|
2011-08-20 10:38:40 -07:00 |
|
leaf corcoran
|
faf21dd805
|
keep track of accumulator size instead of using length operator
should be faster
|
2011-08-13 19:19:17 -07:00 |
|
leaf corcoran
|
a76c251899
|
don't use table.insert to append to table
|
2011-08-13 11:20:10 -07:00 |
|
leaf corcoran
|
9bc2b1eef4
|
shebang support
|
2011-08-12 19:51:50 -07:00 |
|
leaf corcoran
|
05b3a8f989
|
fixed number literals (all lua ones supported)
integer, float and hex
|
2011-08-12 19:35:22 -07:00 |
|
leaf corcoran
|
f1ec1ae321
|
fix updated test
|
2011-07-27 22:35:45 -07:00 |
|
leaf corcoran
|
20b6ca7036
|
vararg bubbling for ... in comprehension expressions
|
2011-07-22 21:16:28 -07:00 |
|
leaf corcoran
|
472c107786
|
fixed parse error for empty lines before else/elseif
|
2011-07-22 19:21:12 -07:00 |
|
leaf corcoran
|
859c033cb0
|
test cases for error rewriting
|
2011-07-18 23:39:09 -07:00 |
|
leaf corcoran
|
1ea8f3fb6f
|
for loops and while statements as expressions
|
2011-07-16 17:14:57 -07:00 |
|
leaf corcoran
|
9c000857fc
|
proper return statement + with expression
|
2011-07-16 13:19:41 -07:00 |
|
leaf corcoran
|
4e9227417d
|
default function args
|
2011-07-16 11:00:39 -07:00 |
|
leaf corcoran
|
1ae3e4e4cc
|
standalone for in loop
|
2011-07-14 23:46:16 -07:00 |
|
leaf corcoran
|
4634b76ad0
|
temporary comprehension values don't leak
|
2011-07-14 23:25:30 -07:00 |
|
leaf corcoran
|
ba29e159b5
|
tests pass, fixed some bug
|
2011-07-14 00:02:07 -07:00 |
|
leaf corcoran
|
a80f8f875e
|
instances store class in __class
|
2011-07-04 11:40:20 -07:00 |
|
leaf corcoran
|
361feef825
|
slice shorthand for unpacked list comprehension
|
2011-06-23 08:42:43 -07:00 |
|
leaf corcoran
|
c86a386d00
|
use \ for colon call operator
|
2011-06-22 23:45:03 -07:00 |
|
leaf corcoran
|
b4df97d2d6
|
with statement
|
2011-06-21 19:43:01 -07:00 |
|
leaf corcoran
|
96abc5986e
|
bang function call
|
2011-06-20 20:35:05 -07:00 |
|
leaf corcoran
|
17184f2aa8
|
unary minus must not have any whitespace after it
avoids precedence ambiguity between minus with fncall
|
2011-06-20 08:28:25 -07:00 |
|
leaf corcoran
|
2fb3b4f9d2
|
table keys can be reserved words
|
2011-06-19 13:00:27 -07:00 |
|
leaf corcoran
|
27836f1d80
|
super for classes, synthesized init calls super
|
2011-06-19 12:07:01 -07:00 |
|
leaf corcoran
|
67a59a9622
|
class inheritance
|
2011-06-15 22:41:17 -07:00 |
|
leaf corcoran
|
65fdf7e6b2
|
new class system
|
2011-06-15 08:52:01 -07:00 |
|
leaf corcoran
|
858608a04d
|
basic class syntax
|
2011-06-14 23:13:33 -07:00 |
|
leaf corcoran
|
64312e48cf
|
rebuilt syntax test
|
2011-06-13 08:44:17 -07:00 |
|
leaf corcoran
|
a873203469
|
numeric for loops
|
2011-06-13 08:42:46 -07:00 |
|