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 |
|
leaf corcoran
|
64fd33c089
|
refactor types out of compile
|
2011-09-27 08:42:59 -07:00 |
|
leaf corcoran
|
445ef4314a
|
experimenting with node constructors
|
2011-09-26 12:43:13 -07:00 |
|
leaf corcoran
|
f174d96f2f
|
return error status on failed compile
|
2011-09-18 23:23:23 -07:00 |
|
leaf corcoran
|
8d30ddebac
|
fixed typo
|
2011-09-17 13:08:33 -07:00 |
|
leaf corcoran
|
6c391cb572
|
fixed "\\" from not parsing
|
2011-09-11 23:36:01 -07:00 |
|
leaf corcoran
|
87159dc95d
|
boost max stack
|
2011-09-11 23:31:56 -07:00 |
|
leaf corcoran
|
4019b90377
|
support windows line endings
|
2011-09-11 23:31:44 -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
|
2c1b3ab00c
|
fixed bug in util.dump
|
2011-09-11 22:36:46 -07:00 |
|
leaf corcoran
|
ecc2a0a59c
|
Merge branch 'master' of github.com:leafo/moonscript
|
2011-09-05 21:41:19 -07:00 |
|
leaf corcoran
|
a0335f9310
|
moved reference manual to main repo and rebuilt html
|
2011-08-29 08:51:04 -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
|
ec8cc9ae66
|
converted some lua to moonscript
|
2011-08-28 22:50:12 -07:00 |
|
leaf corcoran
|
19211b356d
|
rebuilt reference manual
|
2011-08-22 08:02:50 -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
|
7e302300d0
|
print out total times for parse and compile
|
2011-08-17 23:39:29 -07:00 |
|
pygy
|
9c0423638a
|
typo
|
2011-08-15 23:26:32 +03:00 |
|
leaf corcoran
|
18e6a4784e
|
added built reference manual
|
2011-08-14 16:21:03 -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
|
d64142c85c
|
version bump and updated rockspec
|
2011-08-13 10:38:13 -07:00 |
|