aboutsummaryrefslogtreecommitdiff
path: root/core/metaprogramming.nom
AgeCommit message (Expand)Author
2018-09-06Removed the mandatory "_" prefix for Nomsu variables, renamed "list" andBruce Hill
2018-08-31Removing the "A_" prefix on action names, and improving the quality ofBruce Hill
2018-08-30Auto-upgraded to 3.7Bruce Hill
2018-08-29Handling more compatibility stuff, including Lua 5.4, and a backup forBruce Hill
2018-08-29Fully updated to 3.6, deprecated old LuaCode global functions like "to 1Bruce Hill
2018-08-29Intermediate step in upgrading to 3.6. Fixed a bug with upgradingBruce Hill
2018-08-29Switched "as_lua_id" to not add an underscore by default, and just addBruce Hill
2018-08-28Upgraded version to 3.5.5.6, corresponding to Object Oriented changes.Bruce Hill
2018-08-28Lots of overhaul, supporting a new Object Oriented approach (e.g.Bruce Hill
2018-08-27Bunch of miscellaneous changes. Paved the way a little bit for havingBruce Hill
2018-07-30Added compatibility for 2.5.5.5 (file hash changes).Bruce Hill
2018-07-30Changed autoformatting rules to ensure tests get clumped together withBruce Hill
2018-07-25Updated version numbers.Bruce Hill
2018-07-24Added parens around lambdas (% -> %), and removed them from 'result %'Bruce Hill
2018-07-22Re-autoformatted everything. The main changes are: no longer adding aBruce Hill
2018-07-22Shifting further towards having inline tests. Also added a helperBruce Hill
2018-07-20Auto-formatted and auto-upgraded everything!Bruce Hill
2018-07-20Tweaks to the API for text matching.Bruce Hill
2018-07-18Updating to version 2.4.4.3, with new syntax for multi-statement 'if'Bruce Hill
2018-07-18Upgrading to version 2.3 (main change: "=" instead of "<-" forBruce Hill
2018-07-18Prep work for next big upgrade, including adding a shorthand forBruce Hill
2018-07-17Upgraded core code to latest Nomsu verison.Bruce Hill
2018-07-17Overhaul of comment handling, plus a few fixes (e.g. a fix for indentedBruce Hill
2018-07-15Major changes to how versioning and parsing work. This should be aBruce Hill
2018-07-14Fixed up some edge cases with parsing and comments.Bruce Hill
2018-07-13Minor changes.Bruce Hill
2018-07-10Fixing up error reporting and ripping out LDT-specific code (now aBruce Hill
2018-06-26Cleaning up metaprogramming a bit and fixing/adding test for recursionBruce Hill
2018-06-24Simplifications/streamlining the Make process, and cleaning up some ofBruce Hill
2018-06-23Moved console colors from core/ into lib/Bruce Hill
2018-06-23Fixed incorrect version ordering (was: Syntax.Compiler.Core.Lib, butBruce Hill
2018-06-23Added versioning system.Bruce Hill
2018-06-21Cleanup of some metaprogramming stuff, as well as adding support forBruce Hill
2018-06-20Cleanups.Bruce Hill
2018-06-18Minor cleanupsBruce Hill
2018-06-18More streamlining and cleanup.Bruce Hill
2018-06-18Initial working version.Bruce Hill
2018-06-14Some cleanup and fixes. Simplifying a lot of code, and extending theBruce Hill
2018-06-14Reshuffling some files.Bruce Hill
2018-06-14More streamlining and cleanup. Especially for core/metaprogramming.nomBruce Hill
2018-06-12Fixed some bugs.Bruce Hill
2018-06-12Working version.Bruce Hill
2018-06-12Lots of optimizations and simplifications, especially towards gettingBruce Hill
2018-06-12Removed dependency on 'immutable' library. This lets LuaJIT do moreBruce Hill
2018-06-12Tidying up exceptions and error reporting. Also simplified the grammar aBruce Hill
2018-06-06Added list/dict metatables to make comparison and string representationsBruce Hill
2018-06-04Optimizations and cleanup. Build script now fails on first error andBruce Hill
2018-06-04Switched from Node(Tuple(values...), source) to Node(source, values...),Bruce Hill
2018-05-30Simplified and correctified lib/object (though the codegen still needBruce Hill
2018-05-30Dead code cleanupBruce Hill