aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2018-04-09Re-added callstack callsite info. It's a bit hacky, but better thanBruce Hill
nothing.
2018-04-08Typo caused metadata to go missing.Bruce Hill
2018-04-08Switched to use "." syntax.Bruce Hill
2018-04-06Retrofitted "%'s %" to parse as dot syntax.Bruce Hill
2018-03-05Updated for optional metadata support.Bruce Hill
2018-02-13Initial branch of switching to using immutable types.Bruce Hill
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 'square root of %' alias.Bruce Hill
2018-02-05Fixed bug with iteration over range that starts after 1, and added anBruce Hill
append alias that puts the list first.
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.