aboutsummaryrefslogtreecommitdiff
path: root/lib/object2.nom
AgeCommit message (Collapse)Author
2018-05-09Added tentative support for luajit (depends on pure-lua LPEGBruce Hill
implementation).
2018-04-25Removing end-of-line ":" and "(..)" for blocks (they just useBruce Hill
indentation now).
2018-04-19All tests passing (except object)Bruce Hill
2018-04-09Re-added callstack callsite info. It's a bit hacky, but better thanBruce Hill
nothing.
2018-02-08Moved over to have tree metadata stored outside the tree. This paves theBruce Hill
way for programmatically generating trees more easily.
2018-02-06Reverted to ACTIONS instead of ACTION and added 'show lua %' macro.Bruce Hill
2018-02-05Added a bunch of metamethod stuff.Bruce Hill
2018-02-02Restructured the nomsu files to group all the essentials into core/ andBruce Hill
all the optionals into lib/. lib/core.nom and tests/all.nom are no longer needed now.