| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-07-22 | Re-autoformatted everything. The main changes are: no longer adding a | Bruce Hill | |
| newline after 1-line indented code inside blocks, and forcing files to have a trailing newline. The trailing newline thing created a lot of spurious changes. | |||
| 2018-07-20 | Auto-formatted and auto-upgraded everything! | Bruce Hill | |
| 2018-07-18 | Updating to version 2.4.4.3, with new syntax for multi-statement 'if' | Bruce Hill | |
| and switch statements. | |||
| 2018-07-18 | Upgrading to version 2.3 (main change: "=" instead of "<-" for | Bruce Hill | |
| assignment) | |||
| 2018-07-15 | Major changes to how versioning and parsing work. This should be a | Bruce Hill | |
| better path going forward to handling upgrades. Old syntax files will stick around for compatibility purposes. Old syntax can be parsed into valid syntax trees via the old syntax (.peg) files, and then old syntax trees should be valid and can be upgraded via the normal code path. This change has lots of improvements to Nomsu codegen too. | |||
| 2018-07-12 | All tests passing. | Bruce Hill | |
| 2018-07-10 | Fixed up line numbers for generated code. | Bruce Hill | |
| 2018-06-26 | Cleaning up metaprogramming a bit and fixing/adding test for recursion | Bruce Hill | |
| control flow. | |||
| 2018-06-23 | Moved console colors from core/ into lib/ | Bruce Hill | |
| 2018-06-23 | Fixed test spew | Bruce Hill | |
| 2018-06-23 | Fixed up nomsupath behavior and refactored file stuff into its own file. | Bruce Hill | |
| 2018-06-21 | Cleanup of some metaprogramming stuff, as well as adding support for | Bruce Hill | |
| "package.nomsupath" to search for files in different locations, and prioritizing use of "luafilesystem" over system calls. | |||
| 2018-06-18 | Added test for multiple labels. | Bruce Hill | |
| 2018-06-18 | Initial working version. | Bruce Hill | |
| 2018-06-15 | Updating tests. | Bruce Hill | |
| 2018-06-15 | Improvements to object system. | Bruce Hill | |
| 2018-06-14 | Some cleanup and fixes. Simplifying a lot of code, and extending the | Bruce Hill | |
| flexibility of scoping. Redesigned Object system too. | |||
| 2018-06-14 | Reshuffling some files. | Bruce Hill | |
| 2018-06-14 | More streamlining and cleanup. Especially for core/metaprogramming.nom | Bruce Hill | |
| 2018-06-12 | Working version. | Bruce Hill | |
| 2018-06-12 | Lots of optimizations and simplifications, especially towards getting | Bruce Hill | |
| better performance on luajit. | |||
| 2018-06-12 | Removed dependency on 'immutable' library. This lets LuaJIT do more | Bruce Hill | |
| aggressive optimizations and generally helps performance. Some safety is lost, but I think the performance gains, reduced complexity, and reduced dependencies are worth it. | |||
| 2018-06-06 | Added list/dict metatables to make comparison and string representations | Bruce Hill | |
| simpler. Also deleted Counters. | |||
| 2018-06-04 | Cleanups to try/catch logic and object logic. | Bruce Hill | |
| 2018-05-30 | Simplified and correctified lib/object (though the codegen still need | Bruce Hill | |
| streamlining), added a .stub member to Action trees, and switched Source's repr to be @filename[start:stop] instead of "filename[start:stop]" | |||
| 2018-05-27 | Some tweaks/cleanup on the nomsu code as well as adding variable | Bruce Hill | |
| mangling to 'parse % as %' to make almost hygienic macros. | |||
| 2018-05-26 | Re-added sources. | Bruce Hill | |
| 2018-05-24 | Misc changes, fixed up Object lib and tests. | Bruce Hill | |
| 2018-05-16 | Initial working version. | Bruce Hill | |
| 2018-05-15 | Removed "for all"-style iteration and changed "for % from 1 to 10"-style | Bruce Hill | |
| to "for % in 1 to 10" for consistency. | |||
| 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 | |
| spurious circular import errors. | |||
| 2018-05-15 | Minor cleanups changes. | Bruce Hill | |
| 2018-05-10 | Added scoping test. | Bruce Hill | |
| 2018-05-10 | Cleanup: removed "File" type trees (now just Block), overhauled | Bruce Hill | |
| how_do_i.nom, added "result of %" macro, which allowed comprehensions to be way more concisely defined. Moved len() operator into the nomsu environment. | |||
| 2018-05-09 | Renamed "export" to "external" | Bruce Hill | |
| 2018-05-03 | Overhaul with smaller, more concise codebase around defining | Bruce Hill | |
| actions/macros, and deleting some dead code. | |||
| 2018-04-30 | Fix for math expression parsing | Bruce Hill | |
| 2018-04-28 | Overhaul of command-line API. It's a bit cleaner now. | Bruce Hill | |
| 2018-04-27 | Better text interpolation/handling of "\". Also added syntax support for | Bruce Hill | |
| (statement; statement) | |||
| 2018-04-25 | Removing end-of-line ":" and "(..)" for blocks (they just use | Bruce Hill | |
| indentation now). | |||
| 2018-04-19 | All tests passing (except object) | Bruce Hill | |
| 2018-04-08 | Cleaned up LHS of "." operator to avoid adding unnecessary parens so | Bruce Hill | |
| Lua's parser doesn't get confused by (x).y = 1. | |||
| 2018-02-07 | Added unicode test. | Bruce Hill | |
| 2018-02-02 | Restructured the nomsu files to group all the essentials into core/ and | Bruce Hill | |
| all the optionals into lib/. lib/core.nom and tests/all.nom are no longer needed now. | |||
| 2018-01-31 | Added test for OO. | Bruce Hill | |
| 2018-01-29 | Fixed error->barf | Bruce Hill | |
| 2018-01-26 | Added a ton of tests for virtually all the functionality. Helped me find | Bruce Hill | |
| and fix a lot of latent problems. | |||
