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

Receive "out of index error" when `ParseError::UnrecognizedToken` VM::run is ran multiple times #117

Open kyleect opened 6 months ago

kyleect commented 6 months ago

The offset is not being subtracted from the indexes used to get the offending code from the input source.