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

Fix index access when using an identifier #174

Open kyleect opened 8 months ago

kyleect commented 8 months ago

This was a large change rewriting how index access works. Another PR will likely remove the OP_GET_INDEX, OP_SET_INDEX ops in favor of using just OP_GET_PROPERTY, OP_SET_PROPERTY