book icon indicating copy to clipboard operation
book copied to clipboard

Bytecode format & parser

Open yorickpeterse opened this issue 7 years ago • 0 comments

There needs to be a chapter discussing a simple bytecode format and a parser to use in the VM. I would recommend not using heavy-weight crates such as serde and instead focus on writing this by hand. This may require a bit more boilerplate but I believe it will make it easier to understand the code/concepts involved.

yorickpeterse avatar Apr 25 '18 19:04 yorickpeterse