Commit Graph

331 Commits

Author SHA1 Message Date
leaf corcoran
44167c327a renamed line.moon to statement.moon 2011-11-06 23:03:31 -08:00
leaf corcoran
5d9851b8cd export keyword works before class declaration, fixed export test 2011-11-06 22:48:25 -08:00
leaf corcoran
d50f336695 mentioned export assignment, removed some tabs 2011-11-06 22:32:27 -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
4dd7e7dcc0 moved update to transform 2011-11-06 16:07:36 -08:00
leaf corcoran
7605b2d6a4 wrap generated with code in do block again 2011-11-06 15:46:32 -08:00
leaf corcoran
f3c7b11a20 cascading assigns done through transformer 2011-11-06 15:46:32 -08:00
leaf corcoran
2219c44b76 misc cleanup 2011-11-06 15:46:32 -08:00
leaf corcoran
45ba49f16b with moved to transformer 2011-11-06 15:46:32 -08:00
leaf corcoran
fd32503224 implicit return bubbles again 2011-11-06 15:46:32 -08:00
leaf corcoran
952987f29f refactor transformer names 2011-11-06 15:46:32 -08:00
leaf corcoran
9813071d45 implicit return done in transform 2011-11-06 15:46:32 -08:00
leaf corcoran
096b4078ce comprehensions moved to transformer 2011-11-06 15:46:32 -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
c344b8ca3a parse/compile errors have better error messages 2011-11-04 18:10:16 -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
30ea723277 cleaned up docs 2011-10-30 22:18:32 -07:00
leaf corcoran
8e09ef7810 removed moon_chunk, fixed bin/moon 2011-10-30 22:15:46 -07:00
leaf corcoran
f9d47db47a rebuilt 2011-10-30 09:25:23 -07:00
leaf corcoran
bfef2bd06a loadstring, loadfile, and dofile moonscript functions 2011-10-30 09:22:00 -07:00
leaf corcoran
74060bccae moonlib updates, built and added to rockspec 2011-10-28 22:12:27 -07:00
leaf corcoran
ee5d9eaf73 start of a std lib 2011-10-27 00:03:38 -07:00
leaf corcoran
a57314e64c moved binaries to bin folder 2011-10-21 19:44:58 -07:00
leaf corcoran
a2f9ca0743 vararg bubbling works for block_exp 2011-10-12 21:03:55 -07:00
leaf corcoran
cec8ba5f6f rebuilt 2011-10-12 19:58:31 -07:00
leaf
383e9d66f2 Edited README.md via GitHub 2011-10-12 09:57:23 -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
dd0511b7bf moved value loops to transformer 2011-10-09 22:01:19 -07:00
leaf corcoran
0131786390 varargs bubbling moved to block_exp 2011-10-09 15:58:39 -07:00
leaf corcoran
9c8828e8fa fix grammar in watch mode 2011-10-09 14:52:50 -07:00
leaf corcoran
aa514ebae9 oops, fix inotify dependency check 2011-10-09 02:03:09 -07:00
leaf corcoran
7f55485e62 tests for special export symbols 2011-10-09 02:00:25 -07:00
leaf corcoran
66105353d5 added polling watch mode for systems without inotify 2011-10-09 01:59:50 -07:00
leaf corcoran
d98dabd7bf split transformers 2011-10-02 23:28:38 -07:00
leaf corcoran
e6f33c0844 added export all and export proper 2011-10-02 00:08:13 -07:00
leaf corcoran
570cf1f8cb rebuilt lua with class updates 2011-10-01 22:35:34 -07:00
leaf corcoran
5d76a8d741 fixed bug with class value declaring 2011-10-01 22:35:34 -07:00
leaf corcoran
cb159fd020 added makefile 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
c15089ee1c updated and rebuilt docs 2011-10-01 13:05:57 -07:00
leaf corcoran
ed89e8447a fix rockspec for transform 2011-10-01 11:53:09 -07:00
leaf corcoran
b7af08f15f function stub syntax, and start of tree transformer 2011-10-01 11:46:47 -07:00
leaf corcoran
5440d0deb9 updated with docs 2011-10-01 11:22:42 -07:00
leaf corcoran
6fae81994c support return statement with no arguments 2011-09-30 23:23:22 -07:00
leaf corcoran
ad7c91ad53 fixed rockspec 2011-09-30 22:43:47 -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
035b18cfff fixed bug with assigning the names of statements 2011-09-30 19:35:22 -07:00