|
ec92b0fccd
|
More explicit.
|
2018-10-31 15:10:03 -07:00 |
|
|
7a35e38d87
|
Renamed (action %) -> (%'s meaning)
|
2018-10-31 15:05:17 -07:00 |
|
|
f43d8c58f7
|
Added upgrade file.
|
2018-10-31 03:54:16 -07:00 |
|
|
83219f8522
|
Bumped version number, fixed REPL, and simplified/fixed (use %).
|
2018-10-31 03:52:00 -07: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 |
|
|
e7e84c9eda
|
Fix for compiler not parenthesizing method targets, fix for parser not
recognizing \ line continuation, and improvements to
upgrade tool API.
|
2018-10-30 20:32:49 -07:00 |
|
|
fdf7a537c8
|
Versioning fixes.
|
2018-10-30 19:50:20 -07:00 |
|
|
8515a87427
|
Bumped compiler version.
|
2018-10-29 13:03:19 -07:00 |
|
|
23abab4f80
|
Some cleanups and fixes, made the parser more permissive of prematurely
terminated files.
|
2018-10-29 13:00:30 -07:00 |
|
|
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 |
|