yasl
yasl copied to clipboard
Operator overloading should look in both meta-tables for matching operator.
a + b for example, should look in a and b's metatables to try to find a __add method.
Technically a breaking change.
Added in v0.12.0