Commit Graph

526 Commits

Author SHA1 Message Date
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
leaf corcoran
ba9322901d update changelog for code generation changes 2014-03-04 23:41:07 -08:00
leaf corcoran
ed939f3167 start filling out changelog for new version 2014-03-04 10:48:39 -08:00
leaf corcoran
7bfbe66c09 put changelog in repository 2014-03-04 10:26:29 -08:00
leaf corcoran
318192cd41 fix indentation from patch 2014-03-04 10:13:05 -08:00
leaf corcoran
5f4d476ad0 add posmap matching specs 2014-03-04 10:12:09 -08:00
Yorwba
437be6efb5 Fixed lua/moon line mapping 2014-03-04 09:55:48 -08:00
leaf corcoran
da1bc6f8ec use xpcall and get backtrace 2014-02-15 14:07:36 -08:00
leaf corcoran
df340f7104 avoid creating unnecessary functions when using return keyword with statements and block_exps 2014-02-08 18:42:23 -08:00
leaf corcoran
38d06207ae enhance missing value compiler error message 2014-02-08 18:42:23 -08:00
leaf corcoran
727fe0eb1c show file in error message in moon loader 2014-02-05 13:08:27 -08:00
leaf corcoran
6307c6a9c1 compile before installing locally 2014-02-05 13:07:57 -08:00