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

New parser C++ expressions #64

Merged
merged 2 commits into from
Mar 14, 2024
Merged

New parser C++ expressions #64

merged 2 commits into from
Mar 14, 2024

Conversation

RogerTaule
Copy link
Contributor

This PR adds a new C++ parser in substitution of the current one. The parser has been fully generalized. For each proof, a .hpp is generated with all the possible cases. In order to send the operations anr corresponding arguments to the C++ prover, a binary file is generated. This PR is linked with the updates done in the C++ prover: 0xPolygonHermez/zkevm-prover#796

@cla-bot cla-bot bot added the cla-signed label Mar 11, 2024
@RogerTaule RogerTaule force-pushed the feature/new_parser branch 3 times, most recently from b1040b1 to 2477556 Compare March 11, 2024 07:33
Copy link

sonarcloud bot commented Mar 11, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
1 Security Hotspot

See analysis details on SonarCloud

@RogerTaule RogerTaule changed the base branch from main to develop March 14, 2024 08:55
@jbaylina jbaylina merged commit ead0b35 into develop Mar 14, 2024
8 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants