Skip to content

Rust Engine: bridge from rust #1550

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

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

W95Psp
Copy link
Collaborator

@W95Psp W95Psp commented Jul 10, 2025

This PR adds a bridge from the AST of the Rust engine back to the AST of the OCaml engine.

It also fixes up a few nodes of the AST that were superfluous or were lacking informations.
This PR doesn't do anything with the bridge itself for now.

This PR also change slightly how names are represented: instead of using concrete identifiers for tuples, we now have dedicated nodes. This will be much easier to match on tuples of arbirary sizes.

That last change probably breaks the output of Lean @clementblaudeau, I will fix it soon.
So this PR is not ready to be merged, but can be reviewed.

@W95Psp W95Psp marked this pull request as ready for review July 10, 2025 12:24
@W95Psp W95Psp requested a review from a team as a code owner July 10, 2025 12:24
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.

1 participant