hrszpuk / rvm

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

Refactor Buffer to an InstructionBuffer #46

Closed hrszpuk closed 4 months ago

hrszpuk commented 4 months ago

Buffer is only used to store instructions but is generalised to support storing anything. This is overly complicated and can be simplified to just storing instructions.