aboutsummaryrefslogtreecommitdiff
path: root/lib/core/collections.nom
AgeCommit message (Collapse)Author
2019-03-27Autoformat (mostly just to do with the newBruce Hill
blank-line-after-end-of-multi-indent-block rule
2019-03-20Auto-updated to 7.0.0 syntax and removed some shims.Bruce Hill
2019-03-14Replacing (size of $) with (#$) as should have been done before.Bruce Hill
2019-03-13Made iteration easier to work with by using .__inext and .__next forBruce Hill
custom iteration, and a custom ipairs() and pairs() to use that.
2019-02-02Added Range (1 to 3) and a bunch of tests for inverse dicts.Bruce Hill
2019-01-15Updating to v6.15, which includes "external (...)" instead of separateBruce Hill
'externally' versions of stuff, and some auto-formatting.
2019-01-14Overhaul in progress, mostly working. Moved all the nomsu packages intoBruce Hill
lib/, including core/*. Changes to how nomsu environments and importing work.