| Age | Commit message (Expand) | Author |
| 2019-01-15 | Removed debug code. | Bruce Hill |
| 2019-01-10 | Major overhaul of how modules and environments work, along with some | Bruce Hill |
| 2019-01-01 | Misc changes, including text indented interpolations are now indented | Bruce Hill |
| 2018-12-30 | Fixes for: indented strings ending in ", peeking at code object text | Bruce Hill |
| 2018-11-29 | Renamed append/concat_append to add/concat_add for Code objects. | Bruce Hill |
| 2018-11-17 | In-progress (but working) overhaul of some elements including: function | Bruce Hill |
| 2018-11-09 | No longer passing `tree` to every compile action. Now, you can just | 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-06 | Removed utils.lua, simplified some metaprogramming stuff, added native support | Bruce Hill |
| 2018-11-02 | Changed stub convention to (foo 1 baz 2) -> foo_1_baz instead of | Bruce Hill |
| 2018-09-28 | Rebuild. | Bruce Hill |
| 2018-09-28 | Slightly more robust. | Bruce Hill |
| 2018-09-18 | Got rid of repr() use and replaced with :as_lua() or :as_nomsu() in as | Bruce Hill |
| 2018-08-29 | Fully updated to 3.6, deprecated old LuaCode global functions like "to 1 | Bruce Hill |
| 2018-08-29 | Intermediate step in upgrading to 3.6. Fixed a bug with upgrading | 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 | Recompiled files. | Bruce Hill |
| 2018-07-20 | Simplifying and correcting the nomsu codegen. | Bruce Hill |
| 2018-07-19 | Hopefully last correctness fix for trailing_line_len(), now it's just | Bruce Hill |
| 2018-07-19 | Fixed some bugs in trailing_line_len() and refactored tree_to_nomsu into | Bruce Hill |
| 2018-07-18 | Updating to version 2.4.4.3, with new syntax for multi-statement 'if' | Bruce Hill |
| 2018-07-17 | Optimization/simplification pass. | Bruce Hill |
| 2018-07-17 | Improvements to nomsu codegen. | Bruce Hill |
| 2018-07-17 | Overhaul of comment handling, plus a few fixes (e.g. a fix for indented | Bruce Hill |
| 2018-07-13 | Minor changes. | Bruce Hill |
| 2018-07-12 | Fixing up comments, slowly. | Bruce Hill |
| 2018-07-10 | Improving codegen line wrapping. | Bruce Hill |
| 2018-07-10 | Fixed up line numbers for generated code. | Bruce Hill |
| 2018-07-10 | Fixing up error reporting and ripping out LDT-specific code (now a | Bruce Hill |
| 2018-06-28 | Improvements to nomsu codegen (comments are now retained) and some | Bruce Hill |
| 2018-06-26 | Cleaning up metaprogramming a bit and fixing/adding test for recursion | Bruce Hill |
| 2018-06-19 | Lots of cleanup. | Bruce Hill |
| 2018-06-18 | More streamlining and cleanup. | Bruce Hill |
| 2018-06-18 | Initial working version. | Bruce Hill |
| 2018-06-14 | More streamlining and cleanup. Especially for core/metaprogramming.nom | Bruce Hill |
| 2018-06-12 | Working version. | Bruce Hill |
| 2018-06-12 | Lots of optimizations and simplifications, especially towards getting | Bruce Hill |
| 2018-06-12 | Removed dependency on 'immutable' library. This lets LuaJIT do more | Bruce Hill |
| 2018-06-04 | Optimizations and cleanup. Build script now fails on first error and | Bruce Hill |
| 2018-05-30 | Simplified and correctified lib/object (though the codegen still need | Bruce Hill |
| 2018-05-30 | Moved as_lua_id() onto 'string' | Bruce Hill |
| 2018-05-29 | Almost-working reimplementation of source code mapping. | Bruce Hill |
| 2018-05-29 | Cleaned up some asserts for performance. | Bruce Hill |
| 2018-05-27 | Some tweaks/cleanup on the nomsu code as well as adding variable | Bruce Hill |
| 2018-05-26 | Moving back to capturing tables in LPEG and everything is a Source, not | Bruce Hill |
| 2018-05-26 | Re-added sources. | Bruce Hill |
| 2018-05-24 | Consolidating code obj code and expunging all [[..]]-style lua strings. | Bruce Hill |
| 2018-05-16 | Moved all the tree->lua and tree->nomsu code back into single functions | Bruce Hill |