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

Interpreter Loop #5

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

Interpreter Loop #5

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 vm Area: virtual machine

Comments

@yorickpeterse
Copy link

The book needs a chapter dedicated to the interpreter loop, how it consumes bytecode, etc. rust-hosted-langs/runtimes-WG#3 lists some techniques, but for the book I think it's best if we focus on the usual loop + match approach since it can be done using regular Rust code.

@pliniker pliniker added book-section Describes a part or chapter of the book that needs to be written vm Area: virtual machine labels 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 vm Area: virtual machine
Projects
None yet
Development

No branches or pull requests

2 participants