leaf corcoran
|
e46fb70d70
|
expose api for building custom grammars
|
2015-06-08 21:07:23 -07:00 |
|
leaf corcoran
|
fb791ed402
|
version bump
|
2015-06-01 22:32:36 -07:00 |
|
leaf corcoran
|
0ccd5e3ca4
|
restore argument, make more moonscripty, add spec #176
|
2015-03-16 23:54:33 -07:00 |
|
mpeterv
|
f08477d3d6
|
fix package.moonpath generation
Do not use paths from package.path which do not end in .lua
|
2015-03-16 23:45:32 -07:00 |
|
leaf corcoran
|
28eff692d9
|
update changelog
|
2015-03-16 21:46:57 -07:00 |
|
leaf
|
fa7f93aabe
|
Merge pull request #179 from mpeterv/fix-travis
Upgrade to busted 2.0.rc7
|
2015-03-12 10:17:42 -07:00 |
|
leaf
|
fe6b857675
|
Merge pull request #178 from mpeterv/lua53-compat
Fix crash in moonc on Lua 5.3
|
2015-03-12 10:16:30 -07:00 |
|
mpeterv
|
13dda4e9ba
|
Upgrade to busted 2.0.rc7
|
2015-03-12 11:22:18 +03:00 |
|
mpeterv
|
640d30f80d
|
fix crash in moonc on Lua 5.3
|
2015-03-12 11:09:17 +03:00 |
|
leaf corcoran
|
fd278b8cca
|
version bump
|
2015-03-07 08:19:10 -08:00 |
|
leaf corcoran
|
50bf265e73
|
bad local variable, fix #177
|
2015-03-06 09:58:13 -08:00 |
|
leaf corcoran
|
f1b7f92507
|
fix codeblock language
|
2015-02-28 19:13:16 -08:00 |
|
leaf corcoran
|
2c44273b77
|
update changelog
|
2015-02-28 18:52:15 -08:00 |
|
leaf corcoran
|
efc4d3dd0f
|
update version
|
2015-02-28 18:47:27 -08:00 |
|
leaf corcoran
|
f7beade09c
|
remove V cache #150
|
2015-02-28 17:28:56 -08:00 |
|
leaf corcoran
|
9ae7df38df
|
fix typo in docs #164
|
2015-02-28 17:07:12 -08:00 |
|
leaf corcoran
|
eb42898b5b
|
update rockspec, fixes #161
|
2015-02-28 17:04:43 -08:00 |
|
leaf corcoran
|
c8e6528ef7
|
convert parser to moonscript
|
2015-02-28 16:55:02 -08:00 |
|
leaf corcoran
|
a1d9e39caa
|
convert rest of parse helpers to moonscript
|
2015-02-28 16:01:52 -08:00 |
|
leaf corcoran
|
72d496dd66
|
start moving parse helpers to moonscript
|
2015-02-28 15:12:27 -08:00 |
|
leaf corcoran
|
5b0df1cd62
|
wrap_env in moonscript, separate module
|
2015-02-28 15:01:28 -08:00 |
|
leaf corcoran
|
b9013efcdc
|
parse.literals module
|
2015-02-28 14:48:25 -08:00 |
|
leaf corcoran
|
adccbadf18
|
more whitespace sepcs for table
|
2015-02-28 14:10:45 -08:00 |
|
leaf corcoran
|
5e162e22a5
|
spacebreak can come after table colon
|
2015-02-28 14:08:44 -08:00 |
|
leaf corcoran
|
7109da7e1d
|
parens can take spacebreaks on the insides of either side
|
2015-02-28 13:52:09 -08:00 |
|
leaf corcoran
|
e61c2ba29f
|
spacebreak operator tests in more places
|
2015-02-28 13:41:38 -08:00 |
|
leaf corcoran
|
1982b565d8
|
refactor operators parsing
|
2015-02-28 13:36:52 -08:00 |
|
leaf corcoran
|
8ea934964a
|
allow whitespace/newlines after binary operator
|
2015-02-28 13:26:29 -08:00 |
|
leaf corcoran
|
72615aa6e2
|
date and doc misc updates
|
2015-02-28 12:47:21 -08:00 |
|
leaf corcoran
|
64ac22aa7b
|
docs for new lint functionality
|
2015-02-28 12:42:36 -08:00 |
|
leaf corcoran
|
9a3504afc2
|
lint
|
2015-02-28 11:53:47 -08:00 |
|
leaf corcoran
|
09a2a5c545
|
mark position of table self assigns to not confuse linter
|
2015-02-28 11:52:14 -08:00 |
|
leaf corcoran
|
2d5dd107d4
|
fix opts passing to cmd.moonc
|
2015-02-28 11:47:58 -08:00 |
|
leaf corcoran
|
a79eb19f9e
|
mark used up the block stack
|
2015-02-28 11:26:37 -08:00 |
|
leaf corcoran
|
b1ecc7defc
|
fix get root block for root block
|
2015-02-28 11:22:24 -08:00 |
|
leaf corcoran
|
182969dc81
|
sort and group unused names
|
2015-02-28 11:18:21 -08:00 |
|
leaf corcoran
|
d19969c2d9
|
don't include autogenerated names and _ in unused linter
|
2015-02-28 11:13:33 -08:00 |
|
leaf corcoran
|
9f7aae7827
|
clean up makefile
|
2015-02-28 11:06:49 -08:00 |
|
leaf corcoran
|
f70e4629fe
|
unused variable linter
|
2015-02-28 11:05:21 -08:00 |
|
leaf corcoran
|
65f177f5c5
|
remove pattern matcher because it no longer works with latest busted
|
2015-02-28 10:41:13 -08:00 |
|
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 |
|