/zytelox

Primary LanguageZig

This is my bytecode interpreter based on Crafting Interpreters.

Challenges

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?