|
9fceff7e78
|
Added (SyntaxTree {...} ...) shorthand for SyntaxTree{..., ...} and
added some shebangs.
|
2019-01-14 16:32:11 -08:00 |
|
|
31e1bfa58f
|
Moved require to top level.
|
2019-01-07 21:40:35 -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 |
|
|
435eae7c0a
|
Some minor fixes for (type of $ast) and indexing codegen.
|
2018-12-30 21:17:10 -08:00 |
|
|
a7d912a33a
|
Initial pass on updating syntax.
|
2018-12-18 19:30:12 -08:00 |
|
|
6ba84a0f50
|
Initial setup work for syntax version 5.
|
2018-12-14 17:49:46 -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 |
|
|
7d2b7199d8
|
Lots of cleanups, including expanded use of (... compiles to "text
literal") shorthand, deprecating Lua value, and more use of Lua "..."
with text interpolations.
|
2018-11-09 14:37:22 -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 |
|
|
307dea1881
|
Changed stub convention to (foo 1 baz 2) -> foo_1_baz instead of
foo_1_baz_2, removed "smext", made some cleanup changes.
|
2018-11-02 14:39:23 -07:00 |
|
|
d0c3c57f7b
|
Simplified AST to just use a single moonscript class called "SyntaxTree"
instead of a different metatable for each type of syntax tree.
|
2018-10-31 15:54:51 -07:00 |
|
|
2f68357cb6
|
Some incremental progress.
|
2018-10-03 16:26:29 -07:00 |
|
|
63d8b1cd3f
|
Fully working, I think? (with a lot of shims)
|
2018-09-28 22:15:19 -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
|
2282085e13
|
Initial working version.
|
2018-09-15 20:20:46 -07:00 |
|
Bruce Hill
|
e22c35681f
|
Auto-upgraded everything.
|
2018-09-14 19:17:16 -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
|
ea310306d7
|
Initial working version.
|
2018-09-12 15:32:04 -07:00 |
|
Bruce Hill
|
18126da9c5
|
Auto-upgraded to 3.7
|
2018-08-30 14:16:18 -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
|
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
|
765cc704d5
|
Renamed nomsu_tree -> syntax_tree, so anyone looking for syntax trees
knows where to look.
|
2018-07-23 15:29:03 -07:00 |
|