Commit Graph

691 Commits

Author SHA1 Message Date
be1df7ccd3 Recompile 2018-10-03 16:26:50 -07:00
2f68357cb6 Some incremental progress. 2018-10-03 16:26:29 -07:00
b615cb5c8e Fixed up some edge cases with as_lua_id and from_lua_id that were
producing bad results.
2018-10-03 16:14:37 -07:00
331b22b3a3 Got compiler errors actually working. 2018-10-01 15:25:27 -07:00
1a3137a210 Fixed some misnamed functions. 2018-10-01 15:25:21 -07:00
0c982d2aa2 Oops, refactor bug. 2018-09-28 22:16:10 -07:00
b7e768a2f8 Rebuild. 2018-09-28 22:15:24 -07:00
63d8b1cd3f Fully working, I think? (with a lot of shims) 2018-09-28 22:15:19 -07:00
678344182b Forward progress on getting nomnom working. 2018-09-28 18:36:36 -07:00
7b127fca61 Slight API tweaks. 2018-09-28 18:35:42 -07:00
258527750c Slightly more robust. 2018-09-28 18:35:17 -07:00
84931a6f0e Fixes for indentation of generated lua code. 2018-09-28 18:34:40 -07:00
3f31b09e74 Updated to the point of actually compiling. 2018-09-26 14:00:05 -07:00
17dfd24864 Added field to remember text methods. 2018-09-26 13:59:50 -07:00
8a8940c9bc Fixes for actions with targets colliding with compiler actions, and lua
keywords as dict keys.
2018-09-26 13:59:31 -07:00
dcff9ecfcf Fix for calling function with non-literal list. 2018-09-26 13:57:13 -07:00
b43432e647 Fixed all syntax errors, got original (non-nomnom) tests passing. 2018-09-26 13:05:47 -07:00
692fae5416 Incremental fixes and more nomnom ports. 2018-09-26 12:45:19 -07:00
28d0792e69 Rebuild. 2018-09-21 00:30:53 -07:00
f2048235f5 Incremental checkin, currently not working, just saving progress. 2018-09-21 00:30:44 -07:00
Bruce Hill
79d4bd5125 Got rid of repr() use and replaced with :as_lua() or :as_nomsu() in as
many places as possible.
2018-09-18 19:49:29 -07:00
Bruce Hill
d11f9bc5d3 Oops, added "$" to ensure keywords with suffixes don't get changed. 2018-09-18 17:42:01 -07:00
Bruce Hill
884368593d Added code for handling lua keywords in as_lua_id(). 2018-09-18 17:40:49 -07:00
Bruce Hill
790b73c52a Fix for as_lua_id() for keywords 2018-09-18 17:28:26 -07:00
Bruce Hill
c1cba45968 Added support for compile actions returning trees, and compiling blocks
into values.
2018-09-17 15:30:24 -07:00
Bruce Hill
e3bf10196a Added support for compile actions returning syntax trees, which will get
recompiled until they produce Lua code.
2018-09-16 17:53:26 -07:00
Bruce Hill
f225a48367 Much better error reporting for compile errors (i.e. not parse errors),
using the pretty_error system.
2018-09-16 17:38:51 -07:00
Bruce Hill
96e5e567cb Working module system. 2018-09-16 16:57:24 -07:00
Bruce Hill
2282085e13 Initial working version. 2018-09-15 20:20:46 -07:00
Bruce Hill
f8cfdd0f22 Better parsing of strings and handling of non-printable characters and
tabs.
2018-09-15 15:39:57 -07:00
Bruce Hill
b721356d8b Added 3.8 upgrade. 2018-09-14 19:18:18 -07:00
Bruce Hill
e22c35681f Auto-upgraded everything. 2018-09-14 19:17:16 -07:00
Bruce Hill
7112af7cb6 Fixed comments in nomsu codegen. 2018-09-14 15:24:31 -07:00
Bruce Hill
626b6cab79 Updated compiler to produce cool string output. 2018-09-14 15:20:07 -07:00
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