leaf corcoran
|
bf8de1cf5e
|
move extract assign name out, add statement compiles as param
|
2015-02-28 10:30:43 -08:00 |
|
leaf corcoran
|
163748b8c9
|
rebuild
|
2014-09-02 20:32:52 -07:00 |
|
leaf corcoran
|
da6c76b7e4
|
simplify single name destructures/imports
|
2014-09-02 20:31:08 -07:00 |
|
leaf
|
30116b21e1
|
Merge pull request #160 from nucleartide/master
Fix for moonc -w
|
2014-08-17 20:38:57 -07:00 |
|
Jason Tu
|
a6e66737dd
|
Fix for moonc -w
|
2014-08-17 22:29:30 -04:00 |
|
leaf corcoran
|
b7de66f45a
|
travis fix pt. 2
|
2014-07-29 23:14:54 -07:00 |
|
leaf corcoran
|
64232fef03
|
update travis to install busted from moonrocks
|
2014-07-29 23:04:52 -07:00 |
|
leaf corcoran
|
3d4bdf818d
|
use older version of busted for travis
|
2014-07-29 22:54:11 -07:00 |
|
leaf corcoran
|
3180dd234b
|
add logo and build status badge
|
2014-07-18 18:10:27 -07:00 |
|
leaf corcoran
|
e191ba9858
|
fix printing wrong thing
|
2014-07-18 18:08:19 -07:00 |
|
leaf corcoran
|
5c44d98775
|
assert
|
2014-07-18 15:11:03 -07:00 |
|
leaf corcoran
|
6d5dbf7237
|
fix broken moonc -p
|
2014-07-08 23:28:45 -07:00 |
|
leaf corcoran
|
de0717027d
|
fix typo
|
2014-06-19 00:41:59 -07:00 |
|
leaf corcoran
|
210fd7cf07
|
rebuild version
|
2014-06-19 00:24:52 -07:00 |
|
leaf corcoran
|
fe2984f85d
|
restore -o
|
2014-06-19 00:04:10 -07:00 |
|
leaf corcoran
|
13da7286f8
|
restore -t to watch mode
|
2014-06-19 00:00:10 -07:00 |
|
leaf corcoran
|
b7f5e79bd3
|
update version number, update changelog
|
2014-06-18 23:55:49 -07:00 |
|
leaf corcoran
|
fec4114adc
|
split apart docs into more pages, add some more content
|
2014-06-18 23:45:47 -07:00 |
|
leaf corcoran
|
6cdfca6ab2
|
clean up moonc
|
2014-06-18 10:26:20 -07:00 |
|
leaf corcoran
|
5904373ab8
|
path_to_target
|
2014-06-18 10:14:26 -07:00 |
|
leaf corcoran
|
a4e03813fc
|
more moonc functions to module
|
2014-06-18 09:48:25 -07:00 |
|
leaf corcoran
|
c60d83c546
|
start moving moonc code to moonscript
|
2014-06-18 09:23:41 -07:00 |
|
leaf corcoran
|
a4585f8b1c
|
finish converting moonc to have better directory support, remove -t from watch mode temporarily
|
2014-06-17 20:27:10 -07:00 |
|
leaf corcoran
|
31bab1e099
|
wip
|
2014-06-17 10:45:42 -07:00 |
|
leaf corcoran
|
6404767dae
|
try travis ci
|
2014-06-17 00:33:52 -07:00 |
|
leaf corcoran
|
6825537878
|
fix indentation
|
2014-06-17 00:03:44 -07:00 |
|
leaf
|
829dc1ae1c
|
Merge pull request #141 from cahna/moonc-outfile-flag
added '-o file' option to control output name/destination
|
2014-06-17 00:03:26 -07:00 |
|
leaf
|
369c43caa3
|
Merge pull request #143 from cahna/version-fix
convert moonscript.version to moonscript
|
2014-06-16 23:50:05 -07:00 |
|
leaf corcoran
|
5964d06eee
|
set posmap for declare on assign for functions
|
2014-06-14 18:49:22 -07:00 |
|
leaf corcoran
|
01555dc4f4
|
update error rewriters for new @ prefix on chunk name for files
|
2014-06-07 11:09:50 -07:00 |
|
leaf corcoran
|
f92e046d13
|
add spec helpers
|
2014-06-07 00:04:26 -07:00 |
|
leaf corcoran
|
c73762e00e
|
prefix file path with @ when loading string
|
2014-06-06 14:36:11 -07:00 |
|
Conor Heine
|
fa6054f819
|
fixed whitespace
|
2014-05-29 13:00:04 -07:00 |
|
Conor Heine
|
76475da55d
|
moved version to moon file
|
2014-05-29 12:57:47 -07:00 |
|
leaf
|
f10ec9d8ad
|
Merge pull request #142 from cahna/version-fix
Version module fix
|
2014-05-28 23:08:36 -07:00 |
|
Conor Heine
|
6046b56b07
|
forgot to localize version
|
2014-05-27 23:41:19 -07:00 |
|
Conor Heine
|
cb6cb86db8
|
returning a table rather than using module()
|
2014-05-27 22:58:02 -07:00 |
|
Conor Heine
|
d6f0e89cdb
|
added '-o file' flag to control output name/destination
|
2014-05-27 22:33:24 -07:00 |
|
leaf corcoran
|
1527a5f696
|
update broken spec
|
2014-03-23 23:45:38 -07:00 |
|
leaf
|
fb986e941c
|
Merge pull request #133 from mpeterv/remove_unused_variables
Removed some unused variables
|
2014-03-23 23:44:19 -07:00 |
|
mpeterv
|
592d4b0074
|
Readded got()
|
2014-03-22 10:53:40 +04:00 |
|
mpeterv
|
5c6b298324
|
Removed some unused variables
|
2014-03-13 19:16:07 +04:00 |
|
leaf corcoran
|
dd7e9924dd
|
remove left over args
|
2014-03-10 22:24:24 -07:00 |
|
leaf corcoran
|
d0cdf220e2
|
fix indent and broken lint link
|
2014-03-06 15:08:49 -08:00 |
|
leaf corcoran
|
3b81b84a9a
|
create two entries in posmap for multi-line lines
|
2014-03-05 23:18:26 -08:00 |
|
leaf corcoran
|
db8f5398fc
|
append avoids creating table for varargs
|
2014-03-05 23:18:26 -08:00 |
|
leaf corcoran
|
8851f803fb
|
documentation tweaks, reorder changelog
|
2014-03-05 10:25:49 -08:00 |
|
leaf corcoran
|
ea282f23d2
|
bump version 🌛
|
2014-03-05 00:33:18 -08:00 |
|
leaf corcoran
|
686261c983
|
clean out changelog
|
2014-03-05 00:31:34 -08:00 |
|
leaf corcoran
|
84e35232df
|
documentation for code coverage and linter
|
2014-03-05 00:28:05 -08:00 |
|