
Building a Register VM Interpreter - Part 7: Expression Descriptor and Register
This guide is about building a register-based VM interpreter from scratch. We need a mechanism to delay emitting bytecode until we know exactly where the data lives. We need a way to describe an ex...


