| Age | Commit message (Expand) | Author |
| 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-06-06 | Added alias: "% as number" | Bruce Hill |
| 2018-06-06 | Added list/dict metatables to make comparison and string representations | Bruce Hill |
| 2018-06-05 | Fixed piping in file. | Bruce Hill |
| 2018-06-05 | Updating how_do_i | Bruce Hill |
| 2018-06-05 | Fixed indentation detection for indented text with leading whitespace. | Bruce Hill |
| 2018-06-05 | Updating documentation. | Bruce Hill |
| 2018-06-04 | Minor tidying. | Bruce Hill |
| 2018-06-04 | Much better reporting for compile-time errors (now includes source and | Bruce Hill |
| 2018-06-04 | Optimizations and cleanup. Build script now fails on first error and | Bruce Hill |
| 2018-06-04 | Switched from Node(Tuple(values...), source) to Node(source, values...), | Bruce Hill |
| 2018-06-04 | Cleanups to try/catch logic and object logic. | Bruce Hill |
| 2018-05-30 | Added todo | Bruce Hill |
| 2018-05-30 | Simplified and correctified lib/object (though the codegen still need | Bruce Hill |
| 2018-05-30 | Dead code cleanup | Bruce Hill |
| 2018-05-30 | Added 'for (%k,%v) in ...' alias for 'for %k = %v in ...' | Bruce Hill |
| 2018-05-30 | Moved as_lua_id() onto 'string' | Bruce Hill |
| 2018-05-30 | Microoptimization | 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-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 | 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 | 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 | Fixed up file hash lib. | 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 | Cleaning up comments. | 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 |