| Age | Commit message (Expand) | Author |
| 2019-01-14 | Fix for nomsu -v foo.lua, and made default nomsupath /opt/nomsu instead | Bruce Hill |
| 2019-01-14 | Overhaul in progress, mostly working. Moved all the nomsu packages into | Bruce Hill |
| 2019-01-10 | Major overhaul of how modules and environments work, along with some | Bruce Hill |
| 2018-12-31 | Fix for bug in nomsupath checking of input files. | Bruce Hill |
| 2018-12-31 | Overhaul of command line argument parsing. Now supports "-abc" as 3 | Bruce Hill |
| 2018-12-18 | Improved command line interface and robustness of tools. | Bruce Hill |
| 2018-11-26 | Updated and fixed the command line API. Introduced the "-t tool" flag | Bruce Hill |
| 2018-11-20 | Simplifying the filesystem code (no longer entangled with nomsupath) and | Bruce Hill |
| 2018-11-19 | Tweaks and API cleanup. | Bruce Hill |
| 2018-11-17 | In-progress (but working) overhaul of some elements including: function | Bruce Hill |
| 2018-11-11 | Re-implemented nomsu -> lua comment translation and added file chunk | Bruce Hill |
| 2018-11-11 | Fixed -O optimization flag. | Bruce Hill |
| 2018-11-09 | No longer passing `tree` to every compile action. Now, you can just | Bruce Hill |
| 2018-11-08 | Major overhaul, splitting nomsu_compiler into nomsu_environment, | Bruce Hill |
| 2018-11-06 | Removed utils.lua, simplified some metaprogramming stuff, added native support | Bruce Hill |
| 2018-10-31 | Bumped version number, fixed REPL, and simplified/fixed (use %). | Bruce Hill |
| 2018-09-18 | Got rid of repr() use and replaced with :as_lua() or :as_nomsu() in as | Bruce Hill |
| 2018-09-16 | Working module system. | Bruce Hill |
| 2018-09-15 | Initial working version. | Bruce Hill |
| 2018-09-14 | Auto-upgraded everything. | Bruce Hill |
| 2018-09-12 | Initial working version. | Bruce Hill |
| 2018-09-08 | Minor fixes/tidying. | Bruce Hill |
| 2018-09-06 | Removed the mandatory "_" prefix for Nomsu variables, renamed "list" and | Bruce Hill |
| 2018-07-30 | Fix for REPL not getting launched when `nomsu -I lib` is run. | Bruce Hill |
| 2018-07-24 | Fixed stdin handling. | Bruce Hill |
| 2018-07-24 | Updating file stuff for better compatibility with Lua 5.2 and fixing | Bruce Hill |
| 2018-07-24 | Switched to optimization level 1 by default (i.e. use precompiled nomsu | Bruce Hill |
| 2018-07-24 | Updated package.nomsupath behavior to first search the installed | Bruce Hill |
| 2018-07-23 | Recompiled files. | Bruce Hill |
| 2018-07-23 | Run 'use "core"' by default before running anything else, unless --no-core co... | Bruce Hill |
| 2018-07-21 | Improvements working towards better inline tests. Improved handling of | Bruce Hill |
| 2018-07-17 | Removing minor change. | Bruce Hill |
| 2018-07-17 | Optimization/simplification pass. | Bruce Hill |
| 2018-07-17 | Overhaul of comment handling, plus a few fixes (e.g. a fix for indented | Bruce Hill |
| 2018-07-15 | Major changes to how versioning and parsing work. This should be a | Bruce Hill |
| 2018-07-12 | All tests passing. | Bruce Hill |
| 2018-07-10 | Fixed up line numbers for generated code. | Bruce Hill |
| 2018-07-10 | Updated doc for debugger. | Bruce Hill |
| 2018-07-10 | Fixing up error reporting and ripping out LDT-specific code (now a | Bruce Hill |
| 2018-07-09 | Made command line args into a proper Nomsu list. | Bruce Hill |
| 2018-07-09 | Simplified the command line interface. | Bruce Hill |
| 2018-06-28 | Improvements to nomsu codegen (comments are now retained) and some | Bruce Hill |
| 2018-06-24 | Added manpage and fixed a bug that screwed up nomsu loading. | Bruce Hill |
| 2018-06-24 | Simplifications/streamlining the Make process, and cleaning up some of | Bruce Hill |
| 2018-06-23 | Cleaning up makefile and REPL colors. | Bruce Hill |
| 2018-06-23 | Moved console colors from core/ into lib/ | Bruce Hill |
| 2018-06-23 | Fixed up nomsupath behavior and refactored file stuff into its own file. | Bruce Hill |
| 2018-06-23 | Added versioning system. | Bruce Hill |
| 2018-06-22 | Adding fancy makefile that compiles all the moonscript files and | Bruce Hill |
| 2018-06-21 | Cleanup of some metaprogramming stuff, as well as adding support for | Bruce Hill |