Commit Graph

720 Commits

Author SHA1 Message Date
leaf corcoran
e75fceff68 more ast specs 2016-11-23 00:04:31 -08:00
leaf corcoran
fc741a3c1e start building ast spec 2016-11-22 23:50:48 -08:00
leaf corcoran
0998331a5d rebuild #301 2016-10-23 13:51:31 -07:00
Lord Niels N. Horn
0b4a424378 Correct 'repl' to 'REPL' (#301) 2016-10-23 13:50:57 -07:00
LudwikJaniuk
9e1ad7fe53 Specify that directories are also accepted (#294)
Small change in wording to make it a bit clearer that you can provide directory names to moonc, not just file names.
2016-10-22 17:33:25 -07:00
Lassi Kortela
baf44fd7f7 mention emacs mode in readme (#297) 2016-10-08 10:49:36 -07:00
leaf corcoran
669ca05963 remove accidental print, fixes #295 2016-10-03 15:40:30 -07:00
ryan
2a9f16377b document new bitwise update assignment operators (#291) 2016-09-26 01:53:43 -07:00
leaf corcoran
b8244cb093 fix typo, add date 2016-09-25 18:26:27 -07:00
leaf corcoran
c3f4e511c2 version bump 🌝 2016-09-25 18:19:40 -07:00
leaf corcoran
b3e2aabf14 start writing changelog 2016-09-25 18:10:53 -07:00
leaf corcoran
e698e180ac newlines can be used to separte function argument declarations 2016-09-25 17:52:05 -07:00
leaf corcoran
a5abd2fe1e tests for ... in whitepace function def 2016-09-25 17:47:44 -07:00
leaf corcoran
5d074c9e62 allow whitespace around function argument declaration, fixes #227 2016-09-25 17:45:50 -07:00
leaf corcoran
2e7d5153f1 expression can be used inside slide boundaries, fixes #233 2016-09-25 17:34:59 -07:00
leaf corcoran
0a2399ef39 let newlines break arguments in fn call with parens 2016-09-25 15:53:40 -07:00
leaf corcoran
d8830b17f3 allow whitespace around function arguments when in parens, fixes #274 2016-09-25 14:33:55 -07:00
leaf corcoran
e0da63c501 assignable name list in comprehension/decorator for in loop, fixes #236 2016-09-25 14:20:57 -07:00
leaf corcoran
c024c83975 spec indentation 2016-09-25 14:07:41 -07:00
leaf corcoran
c19a7fd2c3 allow assignment in unless block, fixes #251 2016-09-25 14:07:35 -07:00
leaf corcoran
dfc4f7b016 add note in readme about windows builds 2016-09-25 13:11:39 -07:00
leaf corcoran
2f1dd92012 fix empty line consumption for else, fixes #276 2016-09-25 12:57:54 -07:00
leaf corcoran
f2363f53cd show_line_position 2016-09-25 12:53:05 -07:00
leaf corcoran
bf437b2cd2 class names aren't refs, fixes #287 2016-09-25 12:08:10 -07:00
leaf corcoran
92b269c0cc fixes #286 2016-09-25 11:59:27 -07:00
Kawahara Satoru
330f5491d6 add bitwise update assignment operators (#277) 2016-09-25 11:36:07 -07:00
leaf corcoran
f2cb2f506c try adding coverage build step 2016-09-25 11:28:56 -07:00
leaf corcoran
e0c16a3b6a add coverage handler spec 2016-09-25 11:25:38 -07:00
leaf corcoran
619db4ba7b fixes #265 fixes #264 2016-09-25 10:44:09 -07:00
Ryan
28849bc878 moonscript/: remove unneeded variables on stack (#271) 2016-09-25 10:22:26 -07:00
Jon Allen
32d650a5ff switched the alt_getopt module import to work with newer versions of lua (#289) 2016-09-25 10:21:34 -07:00
Gskartwii
c49fdca7aa Ignore directories named *.moon (#290) 2016-09-25 10:18:42 -07:00
leaf corcoran
2d96e11ed3 use most recent busted fixes #278 2016-07-13 10:19:30 -07:00
Ryan Rion
9302ef9657 moonscript/cmd/args.moon: fix unpack() Lua 5.2+ (#269) 2016-05-02 17:55:15 -07:00
Ryan Rion
b2df8e6fc0 docs/api.md: Fix typo (finder => finer) (#268) 2016-04-30 14:17:38 -07:00
leaf corcoran
7c17aefbc7 parse spec 2016-04-16 23:58:36 -07:00
leaf corcoran
94e5a32369 start writing arg parser 2016-04-15 23:51:27 -07:00
leaf corcoran
4733598583 move polling watcher 2016-04-13 20:05:51 -07:00
leaf corcoran
e251fa4a02 misc 2016-04-13 19:49:16 -07:00
leaf corcoran
1a776e30e0 make error message from loader more useful 2016-04-13 19:47:37 -07:00
leaf corcoran
fdfd314ebc move inotify watcher to library 2016-04-13 19:47:27 -07:00
leaf corcoran
c5cbf3315e rebuild 2016-04-13 19:30:11 -07:00
leaf corcoran
d573ba1953 start moving watcher code out 2016-04-13 19:30:03 -07:00
leaf
be7e947eb4 Merge pull request #261 from ChickenNuggers/patch-1
bin/moonc: fixes #259 when not using inotify
2016-04-13 18:52:36 -07:00
Ryan Rion
4aa8603cf2
bin/moonc: fixes #259 when not using inotify 2016-04-13 18:53:49 -05:00
leaf corcoran
33dfdad81e remove some duplicated rules #257 2016-04-07 20:55:36 -07:00
leaf
dfbe6b7a87 Merge pull request #257 from Nymphium/unless_else
Fix issue#255 : add unless - elseif
2016-04-07 20:52:24 -07:00
leaf corcoran
716f2d53d6 rebuild specs 2016-04-07 20:41:47 -07:00
leaf corcoran
d85973411f don't let unpack names reuse ones in scope, fixes #211, fixes #256 2016-04-07 20:40:46 -07:00
leaf
9e48a3b6b8 Merge pull request #258 from Nymphium/makefile
resolve LUA_PATH overwrite problem
2016-04-07 19:34:34 -07:00