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

SOT-153: Add parser to parse simple equation like "x^2 + 2*x + 2" into circuits compatible for plonk #12

Closed
wants to merge 21 commits into from

Conversation

ktokto313
Copy link
Contributor

No description provided.

@ktokto313 ktokto313 requested a review from 0x5ea000000 May 4, 2024 09:37
plonk/src/parser.rs Fixed Show fixed Hide fixed
plonk/src/parser.rs Fixed Show fixed Hide fixed
plonk/src/parser.rs Fixed Show fixed Hide fixed
plonk/src/parser.rs Fixed Show fixed Hide fixed
plonk/src/parser.rs Fixed Show fixed Hide fixed
plonk/src/parser.rs Fixed Show fixed Hide fixed
plonk/src/parser.rs Fixed Show fixed Hide fixed
plonk/src/parser.rs Fixed Show fixed Hide fixed
plonk/src/parser.rs Fixed Show fixed Hide fixed
@ktokto313 ktokto313 changed the title Add parser to parse simple equation like "x^2 + 2*x + 2" into circuits compatible for plonk SOT-153: Add parser to parse simple equation like "x^2 + 2*x + 2" into circuits compatible for plonk May 4, 2024
Copy link

linear bot commented May 4, 2024

plonk/src/parser.rs Fixed Show fixed Hide fixed
plonk/src/parser.rs Fixed Show fixed Hide fixed
plonk/main.rs Outdated Show resolved Hide resolved
plonk/src/parser.rs Outdated Show resolved Hide resolved
plonk/src/parser.rs Outdated Show resolved Hide resolved
plonk/src/parser.rs Outdated Show resolved Hide resolved
plonk/src/parser.rs Fixed Show fixed Hide fixed
plonk/src/parser.rs Fixed Show fixed Hide fixed
plonk/src/parser.rs Fixed Show fixed Hide fixed
plonk/src/parser.rs Fixed Show fixed Hide fixed
plonk/src/parser.rs Fixed Show fixed Hide fixed
fn prepare_gen_circuit(
&self,
string: &str,
) -> (Vec<Gate>, HashMap<String, Vec<(usize, usize)>>) {

Check warning

Code scanning / clippy

very complex type used. Consider factoring parts into type definitions Warning

very complex type used. Consider factoring parts into type definitions
@ktokto313 ktokto313 mentioned this pull request Jun 21, 2024
@zk-steve zk-steve closed this Jun 26, 2024
@zk-steve zk-steve deleted the parser branch July 10, 2024 03:25
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