-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add Rust to Bril #412
Add Rust to Bril #412
Conversation
tree_in_context/Cargo.toml
Outdated
@@ -11,4 +11,4 @@ strum = "0.25" | |||
strum_macros = "0.25" | |||
main_error = "0.1.2" | |||
thiserror = "1.0" | |||
bril-rs = { git = "https://github.com/sampsyo/bril", rev = "daaff28" } | |||
bril-rs = { git = "https://github.com/ajpal/bril", rev = "a27a351" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do not merge yet!
Wait for sampsyo/bril#315 and then go back to depending on real bril
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
Sounds like we should merge this with a bril branch for now |
Usage:
cargo run -- --run-mode rust-to-bril <rust file>
Expected output: Prints a bril program that is equivalent to the Rust input program