You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: