aboutsummaryrefslogtreecommitdiff
path: root/tests/metaprogramming.nom
AgeCommit message (Expand)Author
2018-07-20Auto-formatted and auto-upgraded everything!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-15Major changes to how versioning and parsing work. This should be aBruce Hill
2018-06-23Fixed up nomsupath behavior and refactored file stuff into its own file.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-12Working version.Bruce Hill
2018-06-12Removed dependency on 'immutable' library. This lets LuaJIT do moreBruce Hill
2018-06-06Added list/dict metatables to make comparison and string representationsBruce Hill
2018-05-27Some tweaks/cleanup on the nomsu code as well as adding variableBruce Hill
2018-05-26Re-added sources.Bruce Hill
2018-05-16Initial working version.Bruce Hill
2018-05-15More API cleanup, and fixed a bug with optimized lua files generatingBruce Hill
2018-05-15Minor cleanups changes.Bruce Hill
2018-04-19All tests passing (except object)Bruce Hill
2018-02-02Restructured the nomsu files to group all the essentials into core/ andBruce Hill
2018-01-26Added a ton of tests for virtually all the functionality. Helped me findBruce Hill