aboutsummaryrefslogtreecommitdiff
path: root/test/metamethods.tm
AgeCommit message (Collapse)Author
2025-09-21Fix testsBruce Hill
2025-04-06No more colons for blocksBruce Hill
2025-04-06Change method calls to use `foo.baz()` instead of `foo:baz()`Bruce Hill
2024-10-09Change function syntax from `func(args)->ret` to `func(args -> ret)`Bruce Hill
2024-08-13Remove testBruce Hill
2024-08-10Overhaul of operator metamethodsBruce Hill
2024-07-04Change metamethod namesBruce Hill
2024-07-04Add __length and __negative metamethodsBruce Hill
2024-07-01Add test for metamethodsBruce Hill