| Age | Commit message (Expand) | Author |
| 2018-05-30 | Microoptimization | Bruce Hill |
| 2018-05-30 | Better parse error reporting. | Bruce Hill |
| 2018-05-30 | Cleaned up patterns a little. | Bruce Hill |
| 2018-05-29 | Removed ldt shim | Bruce Hill |
| 2018-05-29 | More improvements to error reporting. | Bruce Hill |
| 2018-05-29 | Cleaned and fixed up colored console text output for error messages. | Bruce Hill |
| 2018-05-29 | Fixed up the edge cases and simplified the code a bit. | 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-28 | Fix for luajit, though I'm not sure why it worked for lua either. | 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 | Re-added sources. | 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 | Adding some src map building code. | Bruce Hill |
| 2018-05-24 | Consolidating code obj code and expunging all [[..]]-style lua strings. | Bruce Hill |
| 2018-05-24 | Added error checking for bad paths. | Bruce Hill |
| 2018-05-24 | Cleaned up string quotes | Bruce Hill |
| 2018-05-24 | Misc changes, fixed up Object lib and tests. | Bruce Hill |
| 2018-05-16 | Moved all the tree->lua and tree->nomsu code back into single functions | 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 | Removed "for all"-style iteration and changed "for % from 1 to 10"-style | Bruce Hill |
| 2018-05-15 | Adding support for coroutines, and cleaning up comment syntax. | Bruce Hill |
| 2018-05-15 | More API cleanup, and fixed a bug with optimized lua files generating | Bruce Hill |
| 2018-05-15 | Minor cleanups changes. | Bruce Hill |
| 2018-05-14 | Removing dead code. | Bruce Hill |
| 2018-05-14 | Merging use_file and run_file | Bruce Hill |
| 2018-05-14 | Minor optimizations. | Bruce Hill |
| 2018-05-11 | Switched to use inline nomsu generation for `Nomsu` tree lua | Bruce Hill |
| 2018-05-10 | Cleanup: removed "File" type trees (now just Block), overhauled | Bruce Hill |
| 2018-05-09 | Switched luajit to use custom built luajit lpeg, allowed `find` to | Bruce Hill |
| 2018-05-09 | Added tentative support for luajit (depends on pure-lua LPEG | Bruce Hill |
| 2018-05-03 | Minor tweaks/cleanups. | Bruce Hill |
| 2018-05-03 | Fix for compile lib putting the files in the wrong place. | Bruce Hill |
| 2018-05-03 | Better error reporting and codegen. | Bruce Hill |
| 2018-04-28 | Further improvements on the CLI. | Bruce Hill |
| 2018-04-28 | Improvements to command line file handling. | Bruce Hill |
| 2018-04-28 | Overhaul of command-line API. It's a bit cleaner now. | Bruce Hill |
| 2018-04-28 | Removed LFS dependency in favor of just using `find` | 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-26 | Fixed renaming lua_obj->code_obj | Bruce Hill |
| 2018-04-25 | Got nomsu codegen working again. | Bruce Hill |
| 2018-04-25 | Updated block-style text interpolation to have less redundancy. | Bruce Hill |
| 2018-04-24 | Recompiling. | Bruce Hill |
| 2018-04-20 | Lots of optimizations. | Bruce Hill |
| 2018-04-20 | Cleanups and optimizations. | Bruce Hill |