aboutsummaryrefslogtreecommitdiff
path: root/lib/core/operators.nom
AgeCommit message (Collapse)Author
2019-01-27Removed namespace colliding of `* is not *` (using the isinstanceBruce Hill
version, not the != version)
2019-01-25Added metatables for bool, number, function, coroutine. AddedBruce 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-16Overhauling OO-API a little to make it more minimalistic.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-14Added (SyntaxTree {...} ...) shorthand for SyntaxTree{..., ...} andBruce Hill
added some shebangs.
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.