aboutsummaryrefslogtreecommitdiff
path: root/builtin_metatables.moon
AgeCommit message (Expand)Author
2019-03-13Made iteration easier to work with by using .__inext and .__next forBruce Hill
2019-03-09Added support for iteration over coroutinesBruce Hill
2019-02-02Added some more metamethods including: (#5 == 5, ((-> (foo)) | (->Bruce Hill
2019-01-25Better commentBruce Hill
2019-01-25Added metatables for bool, number, function, coroutine. AddedBruce Hill