Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bytecode format & parser #6

Open
yorickpeterse opened this issue Apr 25, 2018 · 0 comments
Open

Bytecode format & parser #6

yorickpeterse opened this issue Apr 25, 2018 · 0 comments
Labels
book-section Describes a part or chapter of the book that needs to be written

Comments

@yorickpeterse
Copy link

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.

@pliniker pliniker added the book-section Describes a part or chapter of the book that needs to be written label Jul 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
book-section Describes a part or chapter of the book that needs to be written
Projects
None yet
Development

No branches or pull requests

2 participants