|
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 |
|
|
5027bd4f0f
|
Upgraded/autoformatted.
|
2018-11-26 16:28:06 -08:00 |
|
|
a89d69e843
|
Autoformatted/auto-upgraded.
|
2018-11-19 17:37:37 -08:00 |
|
|
7f47d42040
|
In-progress (but working) overhaul of some elements including: function
calls, lib/thing.nom API, multi-assignments, varargs, etc.
|
2018-11-17 14:39:08 -08:00 |
|
|
34a3dd22a4
|
Added 'an' alias for things.
|
2018-11-12 14:25:11 -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 |
|
|
ba03cb67c3
|
Added shebang and descriptive comment.
|
2018-11-11 15:37:57 -08:00 |
|
|
69aaea030e
|
No longer passing tree to every compile action. Now, you can just
return a LuaCode object, and it will automatically get a source from
`tree` if it didn't already have a source. Plus some fixes/cleanup.
|
2018-11-09 16:41:19 -08:00 |
|
|
a2f07415c5
|
Deprecating (% as lua statements) and (% as lua return)
|
2018-11-09 14:48:40 -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 |
|
|
1f3660f393
|
Added things library (improved version of lib/object.nom).
|
2018-11-06 15:15:21 -08:00 |
|