hrszpuk / rvm

A simplistic bytecode virtual machine.
MIT License
4 stars 0 forks source link

Symbol table for LOAD/STORE #55

Closed hrszpuk closed 1 month ago

hrszpuk commented 2 months ago

Current we can only store values on the stack. The virtual machine should be updated with a symbol table so variables can be loaded on, and off, the stack.