|
0f0fb2256a
|
Major overhaul of how modules and environments work, along with some
steamlining and tweaks to the makefile. Version bump: 6.14.13.8
|
2019-01-10 16:35:08 -08:00 |
|
|
3e89092833
|
Some changes to the error API, a fix for statement block parsing, and
replacing ((foo 1 baz)'s meaning) with $(foo 1 baz).
|
2019-01-01 17:17:23 -08:00 |
|
|
faaf5311c8
|
Updated shebangs
|
2018-12-31 00:20:07 -08:00 |
|
|
5059c081ac
|
Auto-upgraded code.
|
2018-12-30 23:58:47 -08:00 |
|
|
8a3c324087
|
Update to new syntax.
|
2018-12-30 19:04:45 -08:00 |
|
|
4fe63f253f
|
Auto-updated to version 5
|
2018-12-14 20:21:03 -08:00 |
|
|
efd743591e
|
Renamed append/concat_append to add/concat_add for Code objects.
|
2018-11-29 14:57:56 -08:00 |
|
|
5027bd4f0f
|
Upgraded/autoformatted.
|
2018-11-26 16:28:06 -08:00 |
|
|
a89d69e843
|
Autoformatted/auto-upgraded.
|
2018-11-19 17:37:37 -08:00 |
|
|
4efe44ed27
|
Fully upgraded to 4.10.12.7, including deprecating the old list/dict
comprehension methods, in favor of the new native support.
|
2018-11-11 15:50:46 -08:00 |
|
|
652c29bdef
|
Major overhaul, splitting nomsu_compiler into nomsu_environment,
nomsu_compiler, and nomsu_decompiler. Also added comprehensions.
|
2018-11-08 15:24:15 -08:00 |
|
|
7a35e38d87
|
Renamed (action %) -> (%'s meaning)
|
2018-10-31 15:05:17 -07:00 |
|
Bruce Hill
|
e22c35681f
|
Auto-upgraded everything.
|
2018-09-14 19:17:16 -07:00 |
|
Bruce Hill
|
7c6047254e
|
Upgraded to 3.8 (text method changes) and fixed some bugs in
tree_to_nomsu.
|
2018-09-10 16:26:27 -07:00 |
|
Bruce Hill
|
18126da9c5
|
Auto-upgraded to 3.7
|
2018-08-30 14:16:18 -07:00 |
|
Bruce Hill
|
ab38fd19fa
|
Fixed obnoxious bug where List was getting used instead of a Dict,
causing havoc when .first and .pop were being accessed.
|
2018-08-30 14:07:40 -07:00 |
|
Bruce Hill
|
811fdd6856
|
Tweaked version 3.6 to include deprecating list append/removal functions
in favor of using a method call style.
|
2018-08-29 16:00:04 -07:00 |
|
Bruce Hill
|
dcb5e8add2
|
Fully updated to 3.6, deprecated old LuaCode global functions like "to 1
write 2" and replaced them with method calls like "1::append 2"
|
2018-08-29 15:10:27 -07:00 |
|
Bruce Hill
|
23b52bc22d
|
Intermediate step in upgrading to 3.6. Fixed a bug with upgrading
methods.
|
2018-08-29 15:03:03 -07:00 |
|