| Age | Commit message (Expand) | Author |
| 2018-07-14 | Fixed up comment generation to old standards | Bruce Hill |
| 2018-07-13 | Switching to use 'unpack' for indentation grouping. | Bruce Hill |
| 2018-07-12 | All tests passing. | Bruce Hill |
| 2018-07-12 | Initial version of new pegfile. works (ish) | Bruce Hill |
| 2018-07-11 | Fixed nomsu codegen for indented text and improved text parsing. Also | Bruce Hill |
| 2018-07-10 | Fixed up line numbers for generated code. | Bruce Hill |
| 2018-07-09 | Adding some compatibility stuff. | Bruce Hill |
| 2018-06-28 | Improvements to nomsu codegen (comments are now retained) and some | Bruce Hill |
| 2018-06-23 | Added versioning system. | Bruce Hill |
| 2018-06-18 | Initial 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-12 | Tidying up exceptions and error reporting. Also simplified the grammar a | Bruce Hill |
| 2018-05-30 | Deleted shebang rule. Comments handle it just fine. | Bruce Hill |
| 2018-05-30 | Better parse error reporting. | Bruce Hill |
| 2018-05-30 | Cleaned up patterns a little. | Bruce Hill |
| 2018-05-28 | Fix for luajit, though I'm not sure why it worked for lua either. | Bruce Hill |
| 2018-05-27 | Trivially added support for `foo(1,2)` as sugar for `foo 1 2` | Bruce Hill |
| 2018-05-27 | Some tweaks/cleanup on the nomsu code as well as adding variable | Bruce Hill |
| 2018-05-26 | Cleaned up lpeg matching stuff to use lpeg.Carg(1) instead of | Bruce Hill |
| 2018-05-26 | Moving back to capturing tables in LPEG and everything is a Source, not | Bruce Hill |
| 2018-05-26 | Minor tidying. | Bruce Hill |
| 2018-05-24 | Removed the Word tree type and replaced it with raw strings, since | Bruce Hill |
| 2018-05-24 | Misc changes, fixed up Object lib and tests. | Bruce Hill |
| 2018-05-16 | Initial working version. | Bruce Hill |
| 2018-05-16 | Converted DictEntry to be an actual tree, instead of a pseudo-tree, made 'par... | Bruce Hill |
| 2018-05-15 | Adding support for coroutines, and cleaning up comment syntax. | Bruce Hill |
| 2018-05-10 | Cleanup: removed "File" type trees (now just Block), overhauled | Bruce Hill |
| 2018-05-03 | Better error reporting and codegen. | Bruce Hill |
| 2018-04-28 | Re-added (..), which is necessary for long expressions as first arg to | Bruce Hill |
| 2018-04-27 | Better text interpolation/handling of "\". Also added syntax support for | Bruce Hill |
| 2018-04-25 | Overhauling parsing of Blocks (can no longer contain only one statement) | Bruce Hill |
| 2018-04-25 | Removing end-of-line ":" and "(..)" for blocks (they just use | Bruce Hill |
| 2018-04-25 | Updated block-style text interpolation to have less redundancy. | Bruce Hill |
| 2018-04-24 | Refactor to improve indentation and move as_nomsu() into tree methods. | Bruce Hill |
| 2018-04-17 | Disabled comment transpilation for now. | Bruce Hill |
| 2018-04-17 | Moving tree_to_lua into each of the Nomsu tree types, which are now in | Bruce Hill |
| 2018-04-11 | Work in progress... | Bruce Hill |
| 2018-04-08 | Cleaned up LHS of "." operator to avoid adding unnecessary parens so | Bruce Hill |
| 2018-04-06 | Initial working version. | Bruce Hill |
| 2018-02-13 | Initial branch of switching to using immutable types. | Bruce Hill |
| 2018-01-30 | Added back in support for ":" indented blocks | Bruce Hill |
| 2018-01-30 | Removed indented interpolations for inline strings. | Bruce Hill |
| 2018-01-30 | Overhaul of indentations. Now strictly requiring exactly 4 spaces | Bruce Hill |
| 2018-01-26 | Removed "\.." syntax, and just added support for the literal ".." as | Bruce Hill |
| 2018-01-23 | Removed dead code. | Bruce Hill |
| 2018-01-19 | Refactored syntax a bit so that ":" isn't necessary for a block, and can | Bruce Hill |
| 2018-01-15 | Added support for translating comments instead of dropping them. | Bruce Hill |
| 2018-01-11 | Fixed an error in the peg for dicts. | Bruce Hill |
| 2018-01-11 | Renamed String -> Text | Bruce Hill |