yasl icon indicating copy to clipboard operation
yasl copied to clipboard

Operator overloading should look in both meta-tables for matching operator.

Open CoffeeTableEspresso opened this issue 3 years ago • 1 comments

a + b for example, should look in a and b's metatables to try to find a __add method.

CoffeeTableEspresso avatar Apr 09 '21 17:04 CoffeeTableEspresso

Technically a breaking change.

CoffeeTableEspresso avatar Apr 09 '21 17:04 CoffeeTableEspresso

Added in v0.12.0

CoffeeTableEspresso avatar Sep 19 '22 22:09 CoffeeTableEspresso