moonscript, busted, penlight packages + debugger speed improvements

This commit is contained in:
kepler155c@gmail.com
2020-06-09 18:17:21 -06:00
parent de3d73de70
commit 0f7534d12c
19 changed files with 1065 additions and 1561 deletions

View File

@@ -1,5 +1,7 @@
running the compiler works fine...
moonc T.moon <-- OK
moonscript must be run in compatibility mode:
> compat moon T.moon
> compat moonc T.moon
working on getting the moon command to work properly
moon T.moon <-- NOPE
moon and moonc were modified to allow relative paths:
> cd /packages/moonscript
> compat moonc T.moon