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
This would allow for multiple parsers to produce the same IR, not to have to reimplement the whole bytecode generation.
This would also allow for a Rust backend, though as the parser is currently in Rust, we could simply skip the bytecode generation and play with the existing representation.
This is not an important change, as it is more interesting to simulate an actual computer instead of adding parsers in other languages.
The text was updated successfully, but these errors were encountered:
This would allow for multiple parsers to produce the same IR, not to have to reimplement the whole bytecode generation.
This would also allow for a Rust backend, though as the parser is currently in Rust, we could simply skip the bytecode generation and play with the existing representation.
This is not an important change, as it is more interesting to simulate an actual computer instead of adding parsers in other languages.
The text was updated successfully, but these errors were encountered: