kyleect / locks

A toy language branched from Lox to learn language implementation and tooling. Forked from loxcraft
https://kyleect.github.io/locks/#/docs
MIT License
0 stars 0 forks source link

Add `super_` filed to ObjectClass to track a classes inheritence #154

Closed kyleect closed 8 months ago

kyleect commented 8 months ago

Methods are no longer copied from the extended class but looked up at call time. Not sure the performance implication with this change.

153