| Age | Commit message (Expand) | Author |
| 2019-03-09 | Moving some more functionality into the syntax tree class, including | Bruce Hill |
| 2019-02-05 | Bunch of changes: | Bruce Hill |
| 2019-01-25 | Added metatables for bool, number, function, coroutine. Added | Bruce Hill |
| 2019-01-16 | Overhauling OO-API a little to make it more minimalistic. | Bruce Hill |
| 2019-01-16 | Better error messaging (using pretty_error in more places) | Bruce Hill |
| 2019-01-14 | Added (SyntaxTree {...} ...) shorthand for SyntaxTree{..., ...} and | Bruce Hill |
| 2019-01-07 | Moved require to top level. | Bruce Hill |
| 2019-01-01 | Some changes to the error API, a fix for statement block parsing, and | Bruce Hill |
| 2018-12-30 | Some minor fixes for (type of $ast) and indexing codegen. | Bruce Hill |
| 2018-12-18 | Initial pass on updating syntax. | Bruce Hill |
| 2018-12-14 | Initial setup work for syntax version 5. | Bruce Hill |
| 2018-11-17 | In-progress (but working) overhaul of some elements including: function | Bruce Hill |
| 2018-11-09 | Lots of cleanups, including expanded use of (... compiles to "text | Bruce Hill |
| 2018-11-08 | Major overhaul, splitting nomsu_compiler into nomsu_environment, | Bruce Hill |
| 2018-11-02 | Changed stub convention to (foo 1 baz 2) -> foo_1_baz instead of | Bruce Hill |
| 2018-10-31 | Simplified AST to just use a single moonscript class called "SyntaxTree" | Bruce Hill |
| 2018-10-03 | Some incremental progress. | Bruce Hill |
| 2018-09-28 | Fully working, I think? (with a lot of shims) | Bruce Hill |
| 2018-09-18 | Got rid of repr() use and replaced with :as_lua() or :as_nomsu() in as | Bruce Hill |
| 2018-09-15 | Initial working version. | Bruce Hill |
| 2018-09-14 | Auto-upgraded everything. | Bruce Hill |
| 2018-09-14 | Upgraded nomsu.2.peg and fixed minor bug in Source serialization in | Bruce Hill |
| 2018-09-12 | Initial working version. | Bruce Hill |
| 2018-08-30 | Auto-upgraded to 3.7 | Bruce Hill |
| 2018-08-30 | Fixed obnoxious bug where List was getting used instead of a Dict, | Bruce Hill |
| 2018-08-28 | Lots of overhaul, supporting a new Object Oriented approach (e.g. | Bruce Hill |
| 2018-08-27 | Bunch of miscellaneous changes. Paved the way a little bit for having | Bruce Hill |
| 2018-07-23 | Renamed nomsu_tree -> syntax_tree, so anyone looking for syntax trees | Bruce Hill |