This is my bytecode interpreter based on Crafting Interpreters.
Challenges I want to do but didn't do at the time.
- Adding in a continue statement
- Extend intrepreter to hold more than 256 local variables
- Mess with hashtable?
This is my bytecode interpreter based on Crafting Interpreters.
Challenges I want to do but didn't do at the time.