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

Add Rust to Bril #412

Merged
merged 9 commits into from
Apr 3, 2024
Merged

Add Rust to Bril #412

merged 9 commits into from
Apr 3, 2024

Conversation

ajpal
Copy link
Collaborator

@ajpal ajpal commented Mar 27, 2024

Usage: cargo run -- --run-mode rust-to-bril <rust file>
Expected output: Prints a bril program that is equivalent to the Rust input program

@ajpal ajpal requested a review from oflatt March 27, 2024 21:32
@@ -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" }
Copy link
Collaborator Author

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

Copy link
Member

@oflatt oflatt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work!

@oflatt
Copy link
Member

oflatt commented Apr 3, 2024

Sounds like we should merge this with a bril branch for now

@ajpal ajpal merged commit 1fbc7ec into main Apr 3, 2024
4 checks passed
@ajpal ajpal deleted the ajpal-rs2bril branch April 3, 2024 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants