Commit Graph

44 Commits

Author SHA1 Message Date
leaf corcoran
6d5dbf7237 fix broken moonc -p 2014-07-08 23:28:45 -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
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
6825537878 fix indentation 2014-06-17 00:03:44 -07:00
Conor Heine
d6f0e89cdb added '-o file' flag to control output name/destination 2014-05-27 22:33:24 -07:00
leaf corcoran
d3f0a455e7 also listen for moved_to 2014-01-04 15:41:45 -08:00
leaf corcoran
49b1c6e8a3 show failed files when linting 2013-12-27 15:32:06 -08:00
leaf corcoran
5461bd179b keep help on stdout unless error 2013-12-26 22:47:11 -08:00
leaf corcoran
18a3723f00 write to stderr instead of stdout 2013-12-26 22:44:54 -08:00
leaf corcoran
cc534a01f3 create a basic lint tool 2013-12-26 01:29:00 -08:00
leaf corcoran
4ccc10d056 pause and resume coverage 2013-10-09 14:24:13 -07:00
leaf corcoran
6a01d4c653 code coverage flag 2013-10-08 00:14:14 -07:00
leaf corcoran
ae0de2a141 commit typo 2013-10-06 12:56:52 -07:00
leaf corcoran
cc6cb70ef6 only have loader active when running chunk 2013-10-06 12:18:12 -07:00
leaf corcoran
610d3d5690 return style requires, fix #88 2013-02-27 19:17:16 -08:00
leaf corcoran
a44c5ac27f fix filename globbing 2013-01-13 23:38:38 -08:00
leaf corcoran
329d65784e fix missing dump function for -T 2013-01-10 17:53:47 -08:00
leaf corcoran
0ba4c773e1 don't reference global unpack 2013-01-02 17:55:43 -08:00
leaf corcoran
999a9bed20 update bin scripts for 5.2 2013-01-02 17:48:11 -08:00
leaf corcoran
915fc36b2e convert more modules 2012-11-28 20:53:47 -08:00
leaf corcoran
38463a078d remove module from compile, reorganize 2012-11-28 00:42:43 -08:00
leaf corcoran
33eb9510dd start refactoring out calls to module 2012-11-28 00:24:58 -08:00
leaf corcoran
15dab06d31 add options to load functions, fix stacktrace for files run in moon
also don't show nothing if rewriting stacktrace fails
2012-10-30 20:23:36 -07:00
leaf corcoran
bd93b322d0 add -X flag to moonc to dump posmap 2012-10-30 00:31:56 -07:00
leaf corcoran
8c2be55dbb show error message from loadfile if there is one 2012-09-08 10:37:50 -07:00
leaf corcoran
7d2f57d9f2 check for non-existant file in bin/moon, write error to stderr 2012-09-08 10:34:14 -07:00
leaf corcoran
340498d5d1 use xpcall instead of coroutine when running code through bin/moon
moon will longer swallow errors if you tried to yield from the top scope
2012-09-07 22:31:11 -07:00
leaf corcoran
97d8bc2e66 tweak inotify 2012-02-29 19:32:10 -08:00
leaf corcoran
9d11356d7e added a way to compile from stdin 2012-01-22 11:53:13 -08:00
leaf corcoran
f0deac7de1 oops, renabled inotify
was disabled for testing
2011-12-12 23:28:49 -08:00
leaf corcoran
2fc2a1e1b5 splat.moon: specify the modules to autoload with -l 2011-12-11 17:21:53 -08:00
leaf corcoran
0f44808158 splat.moon can do multiple directories 2011-12-11 17:12:17 -08:00
leaf corcoran
4c4f6de43e added splat.moon 2011-12-11 16:57:07 -08:00
leaf corcoran
bb9b48b3ea don't swallow lua errors when in watch mode 2011-11-30 19:25:41 -08:00
leaf corcoran
c344b8ca3a parse/compile errors have better error messages 2011-11-04 18:10:16 -07:00
leaf corcoran
8e09ef7810 removed moon_chunk, fixed bin/moon 2011-10-30 22:15:46 -07:00
leaf corcoran
bfef2bd06a loadstring, loadfile, and dofile moonscript functions 2011-10-30 09:22:00 -07:00
leaf corcoran
a57314e64c moved binaries to bin folder 2011-10-21 19:44:58 -07:00