hrszpuk / rvm

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

General refactoring, simplification, and next release #48

Closed hrszpuk closed 4 months ago

hrszpuk commented 4 months ago

Coming back to this project and its time to get to work :sunglasses:.

RVM is a single project that contains many, somewhat independent components. For example, the assembler isn't needed for the main VM. Some components should be prioritised over others which didn't happen well enough last time around.

It's obviously better to have an up and running virtual machine that works THEN jump to related components.

Anyway here's a quick break down of shit that needs doing.