| Age | Commit message (Expand) | Author |
| 2018-09-14 | Removing the remnants of the old parser system. | Bruce Hill |
| 2018-09-14 | Upgraded nomsu.1.peg to tidier version. | Bruce Hill |
| 2018-09-14 | Upgraded nomsu.2.peg and fixed minor bug in Source serialization in | Bruce Hill |
| 2018-09-14 | Fixes and improvements, and ported nomsu.3.peg to new tidier syntax. | Bruce Hill |
| 2018-09-13 | Improvements to indented text parsing and error reporting. | Bruce Hill |
| 2018-09-12 | Initial working version. | Bruce Hill |
| 2018-09-10 | Removing dead code and string.as_lua_id() (now just set on string | Bruce Hill |
| 2018-09-10 | Fixed tree_to_nomsu for method calls that span lines. | Bruce Hill |
| 2018-09-10 | Upgraded to 3.8 (text method changes) and fixed some bugs in | Bruce Hill |
| 2018-09-10 | Fixed "A_" prefix. | Bruce Hill |
| 2018-09-10 | Shifting towards more text methods instead of text global functions. | Bruce Hill |
| 2018-09-08 | Minor fixes/tidying. | Bruce Hill |
| 2018-09-06 | Made uuid action public. | Bruce Hill |
| 2018-09-06 | Removed the mandatory "_" prefix for Nomsu variables, renamed "list" and | Bruce Hill |
| 2018-08-31 | Removing the "A_" prefix on action names, and improving the quality of | Bruce Hill |
| 2018-08-30 | Updated to use method call syntax. | Bruce Hill |
| 2018-08-30 | Added bitops files to Makefile. | Bruce Hill |
| 2018-08-30 | Added test for list addition. | Bruce Hill |
| 2018-08-30 | Added safety check to detect non-number keys in lists. | Bruce Hill |
| 2018-08-30 | Auto-upgraded to 3.7 | Bruce Hill |
| 2018-08-30 | Recompile | Bruce Hill |
| 2018-08-30 | Fixed obnoxious bug where List was getting used instead of a Dict, | Bruce Hill |
| 2018-08-29 | Fix for "\000123" getting compiled to Lua as "\0123" | Bruce Hill |
| 2018-08-29 | Fixed typo in 3.7 upgrade. | Bruce Hill |
| 2018-08-29 | Handling more compatibility stuff, including Lua 5.4, and a backup for | Bruce Hill |
| 2018-08-29 | Actually deleting old list modification methods. | Bruce Hill |
| 2018-08-29 | Tweaked version 3.6 to include deprecating list append/removal functions | Bruce Hill |
| 2018-08-29 | Added replace tool. | 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-29 | Switched "as_lua_id" to not add an underscore by default, and just add | Bruce Hill |
| 2018-08-29 | Added deprecation of traceback actions. | Bruce Hill |
| 2018-08-29 | Fixing links. | Bruce Hill |
| 2018-08-29 | Added hyperlinks to files mentioned in the README. | Bruce Hill |
| 2018-08-28 | Upgraded version to 3.5.5.6, corresponding to Object Oriented changes. | Bruce Hill |
| 2018-08-28 | Added compatibility file. | 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-30 | Added compatibility for 2.5.5.5 (file hash changes). | Bruce Hill |
| 2018-07-30 | Updated lib version (for training_wheels and base64). | Bruce Hill |
| 2018-07-30 | Updated training wheels (much overdue). | Bruce Hill |
| 2018-07-30 | Cleaning up clumping logic a little. | Bruce Hill |
| 2018-07-30 | Changed autoformatting rules to ensure tests get clumped together with | Bruce Hill |
| 2018-07-30 | Fixed bitwise operators to work on Lua 5.2 and LuaJIT, and added tests. | Bruce Hill |
| 2018-07-30 | Removed traceback function so debug library isn't needed. | Bruce Hill |
| 2018-07-30 | Added bit library and support for checking Lua version and whether | Bruce Hill |
| 2018-07-30 | Fix for REPL not getting launched when `nomsu -I lib` is run. | Bruce Hill |
| 2018-07-30 | Need to make sure all the files get run so their tests are loaded. | Bruce Hill |
| 2018-07-30 | Switching hashes to use base64 instead of hex. | Bruce Hill |
| 2018-07-30 | Simplifying. | Bruce Hill |