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

Look up super methods from the super class instead of copying to inheriting class #153

Closed kyleect closed 5 months ago

kyleect commented 5 months ago

Storing the optional super class on ObjectClass was originally for instanceof but updating the method look up logic as well. Not sure of the performance implications of this.