|
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 |
|
|
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 |
|
|
33d44fa8fc
|
Style tweak: using (retry) instead of %retry for goto label.
|
2018-11-11 15:29:59 -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 |
|
|
ea3197aaff
|
Fully working version of (action [foo]: baz) -> ((foo) means: baz)
refactor and misc other changes.
|
2018-10-30 23:42:36 -07:00 |
|
Bruce Hill
|
96e5e567cb
|
Working module system.
|
2018-09-16 16:57:24 -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
|
13923c9d26
|
Made uuid action public.
|
2018-09-06 13:32:30 -07:00 |
|
Bruce Hill
|
a35d010dfe
|
Removed the mandatory "_" prefix for Nomsu variables, renamed "list" and
"dict" to "List" and "Dict", or in Nomsu's environment, "_List" and
"_Dict", removed uuid.lua and replaced it with core/id.nom for handling
IDs.
|
2018-09-06 12:48:16 -07:00 |
|