Bruce Hill
3e2844ef62
Added error truncating.
2018-09-14 14:55:00 -07:00
Bruce Hill
9bba7dd2cd
Using more concise peg file finding.
2018-09-14 14:46:29 -07:00
Bruce Hill
d428725c86
Recompile
2018-09-14 14:43:33 -07:00
Bruce Hill
cdbf3c971f
Bumped compiler version to 8
2018-09-14 14:43:21 -07:00
Bruce Hill
13ce4e7ee9
Renaming parser2 to parser.
2018-09-14 14:42:20 -07:00
Bruce Hill
31f593fb09
Removing the remnants of the old parser system.
2018-09-14 14:39:10 -07:00
Bruce Hill
54e1f99e90
Upgraded nomsu.1.peg to tidier version.
2018-09-14 14:26:06 -07:00
Bruce Hill
21d0d7901c
Upgraded nomsu.2.peg and fixed minor bug in Source serialization in
...
trees.
2018-09-14 14:12:22 -07:00
Bruce Hill
7c1f2dfd69
Fixes and improvements, and ported nomsu.3.peg to new tidier syntax.
2018-09-14 14:01:07 -07:00
Bruce Hill
4d48bf359d
Improvements to indented text parsing and error reporting.
2018-09-13 16:02:40 -07:00
Bruce Hill
ea310306d7
Initial working version.
2018-09-12 15:32:04 -07:00
Bruce Hill
9e10c8bf00
Removing dead code and string.as_lua_id() (now just set on string
...
metametatable)
2018-09-10 16:37:16 -07:00
Bruce Hill
989e133a57
Fixed tree_to_nomsu for method calls that span lines.
2018-09-10 16:29:17 -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
c859eac2be
Fixed "A_" prefix.
2018-09-10 16:04:13 -07:00
Bruce Hill
43e6523fd4
Shifting towards more text methods instead of text global functions.
...
Also fixed a bug with method call parenthesizing.
2018-09-10 15:56:00 -07:00
Bruce Hill
603c5b1245
Minor fixes/tidying.
2018-09-08 01:06:05 -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
Bruce Hill
e1bc075bb5
Removing the "A_" prefix on action names, and improving the quality of
...
as_lua_id() (guaranteed injectivity).
2018-08-31 15:22:32 -07:00
Bruce Hill
ee10b788e3
Updated to use method call syntax.
2018-08-30 14:36:25 -07:00
Bruce Hill
8d3e9358d5
Added bitops files to Makefile.
2018-08-30 14:36:14 -07:00
Bruce Hill
bfb40c02bc
Added test for list addition.
2018-08-30 14:26:32 -07:00
Bruce Hill
7f34b9f5ef
Added safety check to detect non-number keys in lists.
2018-08-30 14:21:33 -07:00
Bruce Hill
18126da9c5
Auto-upgraded to 3.7
2018-08-30 14:16:18 -07:00
Bruce Hill
ba00294bad
Recompile
2018-08-30 14:07:47 -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
77ebe2fb2a
Fix for "\000123" getting compiled to Lua as "\0123"
2018-08-29 19:49:06 -07:00
Bruce Hill
70b8ee9070
Fixed typo in 3.7 upgrade.
2018-08-29 19:41:46 -07:00
Bruce Hill
4f30e02acb
Handling more compatibility stuff, including Lua 5.4, and a backup for
...
if openssl module is not found, and moving containers (List/Dict) into
their own file, as well as bit operators (and support for __bxor, etc.
metamethods in Lua 5.2/LuaJIT)
2018-08-29 19:39:15 -07:00
Bruce Hill
aae5ce31fe
Actually deleting old list modification methods.
2018-08-29 16:05:14 -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
22495c7d70
Added replace tool.
2018-08-29 15:12:01 -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
Bruce Hill
e64632be1a
Switched "as_lua_id" to not add an underscore by default, and just add
...
it manually to variables and A_ as a prefix to actions. Now, by default,
classes and method calls don't use the A_ prefix, which means nomsu can
more easily play nice with regular Lua objects.
2018-08-29 14:20:18 -07:00
Bruce Hill
436982c6ba
Added deprecation of traceback actions.
2018-08-29 14:06:25 -07:00
Bruce Hill
abbfc9669c
Fixing links.
2018-08-29 13:58:02 -07:00
Bruce Hill
af5ca18fc3
Added hyperlinks to files mentioned in the README.
2018-08-29 13:55:39 -07:00
Bruce Hill
5ee9bcb7fb
Upgraded version to 3.5.5.6, corresponding to Object Oriented changes.
2018-08-28 15:34:45 -07:00
Bruce Hill
2ec4f3117e
Added compatibility file.
2018-08-28 15:08:20 -07:00
Bruce Hill
e44acbf338
Lots of overhaul, supporting a new Object Oriented approach (e.g.
...
%obj::action 1 2) and syntax.
2018-08-28 15:08:07 -07:00
Bruce Hill
930d522fbc
Bunch of miscellaneous changes. Paved the way a little bit for having
...
different compiler domains.
2018-08-27 13:39:22 -07:00
Bruce Hill
c6a7b0be9e
Added compatibility for 2.5.5.5 (file hash changes).
2018-07-30 19:39:32 -07:00
Bruce Hill
56143adf97
Updated lib version (for training_wheels and base64).
2018-07-30 19:12:16 -07:00
Bruce Hill
445b3d5b5d
Updated training wheels (much overdue).
2018-07-30 19:11:12 -07:00
Bruce Hill
4f53ea5cc4
Cleaning up clumping logic a little.
2018-07-30 15:12:19 -07:00
Bruce Hill
ab4ebdf175
Changed autoformatting rules to ensure tests get clumped together with
...
the thing below them.
2018-07-30 15:06:03 -07:00
Bruce Hill
7c488dd266
Fixed bitwise operators to work on Lua 5.2 and LuaJIT, and added tests.
...
This is the first case where precompiled code is now platform-dependent.
2018-07-30 14:26:55 -07:00
Bruce Hill
9a948874d0
Removed traceback function so debug library isn't needed.
2018-07-30 14:26:35 -07:00