aboutsummaryrefslogtreecommitdiff
path: root/lib/object.nom
AgeCommit message (Expand)Author
2018-07-25Updated version numbers.Bruce Hill
2018-07-24Cleaning up code to make use of newer API.Bruce Hill
2018-07-23Run 'use "core"' by default before running anything else, unless --no-core co...Bruce Hill
2018-07-23Fixed blocks starting with extra newline when they start with a comment.Bruce Hill
2018-07-22Moving all the rest of the tests over to inline versions.Bruce Hill
2018-07-22Re-autoformatted everything. The main changes are: no longer adding aBruce Hill
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-17Updating lib to v2Bruce Hill
2018-07-15Major changes to how versioning and parsing work. This should be aBruce Hill
2018-06-21Cleanup of some metaprogramming stuff, as well as adding support forBruce Hill
2018-06-18Initial working version.Bruce Hill
2018-06-15Improvements to object system.Bruce Hill
2018-06-14Some cleanup and fixes. Simplifying a lot of code, and extending theBruce Hill
2018-06-04Cleanups to try/catch logic and object logic.Bruce Hill
2018-05-30Added todoBruce Hill
2018-05-30Simplified and correctified lib/object (though the codegen still needBruce Hill
2018-05-30Moved as_lua_id() onto 'string'Bruce Hill
2018-05-26Re-added sources.Bruce Hill
2018-05-24Misc changes, fixed up Object lib and tests.Bruce Hill
2018-04-25Removing end-of-line ":" and "(..)" for blocks (they just useBruce Hill
2018-02-08Moved over to have tree metadata stored outside the tree. This paves theBruce Hill
2018-02-02Restructured the nomsu files to group all the essentials into core/ andBruce Hill
2018-01-31Added colons for aesthetics.Bruce Hill
2018-01-30Overhaul of indentations. Now strictly requiring exactly 4 spacesBruce Hill
2018-01-29Added numeric-for list comprehensionBruce Hill