| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-01-27 | Removed namespace colliding of `* is not *` (using the isinstance | Bruce Hill | |
| version, not the != version) | |||
| 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. | |||
| 2019-01-16 | Overhauling OO-API a little to make it more minimalistic. | Bruce Hill | |
| 2019-01-15 | Updating to v6.15, which includes "external (...)" instead of separate | Bruce Hill | |
| 'externally' versions of stuff, and some auto-formatting. | |||
| 2019-01-14 | Added (SyntaxTree {...} ...) shorthand for SyntaxTree{..., ...} and | Bruce Hill | |
| added some shebangs. | |||
| 2019-01-14 | Overhaul in progress, mostly working. Moved all the nomsu packages into | Bruce Hill | |
| lib/, including core/*. Changes to how nomsu environments and importing work. | |||
