| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-13 | Made iteration easier to work with by using .__inext and .__next for | Bruce Hill | |
| custom iteration, and a custom ipairs() and pairs() to use that. | |||
| 2019-03-09 | Added support for iteration over coroutines | Bruce Hill | |
| 2019-02-02 | Added some more metamethods including: (#5 == 5, ((-> (foo)) | (-> | Bruce Hill | |
| (baz))) == (-> ((foo) or (baz))) | |||
| 2019-01-25 | Added metatables for bool, number, function, coroutine. Added | Bruce Hill | |
| run-time check to make sure precompiled code used the same version of Lua. Methods can now be used in (* compiles to *), etc. | |||
