| Age | Commit message (Expand) | Author |
| 2018-11-09 | Fixed word clumping with linebreaks. | Bruce Hill |
| 2018-11-09 | Fixed other place for clumping "'" | Bruce Hill |
| 2018-11-09 | Changed clumping to only be different for "'", not other operators. | Bruce Hill |
| 2018-11-09 | Recompile | Bruce Hill |
| 2018-11-09 | Fixed `'s` clumping for stuff like (%foo's metatable) | Bruce Hill |
| 2018-11-09 | Fixed decompile issue with short actions not getting indented. | Bruce Hill |
| 2018-11-09 | Fixed comment clumping issue. | Bruce Hill |
| 2018-11-09 | Fixed text upgrading. | Bruce Hill |
| 2018-11-09 | Better handling of shebangs and comments at the top of a file. | Bruce Hill |
| 2018-11-09 | Removed debug code. | Bruce Hill |
| 2018-11-09 | Improvements for parenthesization of escaped nomsu. | Bruce Hill |
| 2018-11-09 | Fixing the upgrade pipeline, plus some misc. fixes. | Bruce Hill |
| 2018-11-09 | No longer passing `tree` to every compile action. Now, you can just | Bruce Hill |
| 2018-11-09 | Deprecating (% as lua statements) and (% as lua return) | Bruce Hill |
| 2018-11-09 | Lots of cleanups, including expanded use of (... compiles to "text | Bruce Hill |
| 2018-11-08 | Fixes/upgrades. | Bruce Hill |
| 2018-11-08 | Major overhaul, splitting nomsu_compiler into nomsu_environment, | Bruce Hill |
| 2018-11-06 | Added `things` library (improved version of lib/object.nom). | Bruce Hill |
| 2018-11-06 | Removed utils.lua, simplified some metaprogramming stuff, added native support | Bruce Hill |
| 2018-11-02 | Merge branch 'master' into working | Bruce Hill |
| 2018-11-02 | Tweak | 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-31 | More explicit. | Bruce Hill |
| 2018-10-31 | Renamed (action %) -> (%'s meaning) | Bruce Hill |
| 2018-10-31 | Added upgrade file. | Bruce Hill |
| 2018-10-31 | Bumped version number, fixed REPL, and simplified/fixed (use %). | Bruce Hill |
| 2018-10-30 | Fully working version of (action [foo]: baz) -> ((foo) means: baz) | Bruce Hill |
| 2018-10-30 | Fix for compiler not parenthesizing method targets, fix for parser not | Bruce Hill |
| 2018-10-30 | Versioning fixes. | Bruce Hill |
| 2018-10-29 | Bumped compiler version. | Bruce Hill |
| 2018-10-29 | Some cleanups and fixes, made the parser more permissive of prematurely | Bruce Hill |
| 2018-10-03 | Recompile | Bruce Hill |
| 2018-10-03 | Some incremental progress. | Bruce Hill |
| 2018-10-03 | Fixed up some edge cases with as_lua_id and from_lua_id that were | Bruce Hill |
| 2018-10-01 | Got compiler errors actually working. | Bruce Hill |
| 2018-10-01 | Fixed some misnamed functions. | Bruce Hill |
| 2018-09-28 | Oops, refactor bug. | Bruce Hill |
| 2018-09-28 | Rebuild. | Bruce Hill |
| 2018-09-28 | Fully working, I think? (with a lot of shims) | Bruce Hill |
| 2018-09-28 | Forward progress on getting nomnom working. | Bruce Hill |
| 2018-09-28 | Slight API tweaks. | Bruce Hill |
| 2018-09-28 | Slightly more robust. | Bruce Hill |
| 2018-09-28 | Fixes for indentation of generated lua code. | Bruce Hill |
| 2018-09-26 | Updated to the point of actually compiling. | Bruce Hill |
| 2018-09-26 | Added field to remember text methods. | Bruce Hill |
| 2018-09-26 | Fixes for actions with targets colliding with compiler actions, and lua | Bruce Hill |
| 2018-09-26 | Fix for calling function with non-literal list. | Bruce Hill |
| 2018-09-26 | Fixed all syntax errors, got original (non-nomnom) tests passing. | Bruce Hill |
| 2018-09-26 | Incremental fixes and more nomnom ports. | Bruce Hill |