-
Notifications
You must be signed in to change notification settings - Fork 263
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
AST to JSON serialization support #246
Commits on Mar 7, 2024
-
feat: Add AST serialization and exporting support
Added --save_ast flag
Configuration menu - View commit details
-
Copy full SHA for 367e89b - Browse repository at this point
Copy the full SHA 367e89bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7343d61 - Browse repository at this point
Copy the full SHA 7343d61View commit details -
feat: Add path input for ast file
Now it's possible to specify default file path/name for the serialized AST file output
Configuration menu - View commit details
-
Copy full SHA for 3f381d8 - Browse repository at this point
Copy the full SHA 3f381d8View commit details -
feat: Add --dry-run to skip compilation
When --dry-run is specified, it will only run check and output serialized AST, but not compile
Configuration menu - View commit details
-
Copy full SHA for 7f89915 - Browse repository at this point
Copy the full SHA 7f89915View commit details -
fix: save_ast always true, due to default value
Removed default value. Hint improved.
Configuration menu - View commit details
-
Copy full SHA for d23554c - Browse repository at this point
Copy the full SHA d23554cView commit details -
Co-authored-by: Artem Chystiakov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d906ca5 - Browse repository at this point
Copy the full SHA d906ca5View commit details
Commits on Mar 12, 2024
-
fix: save_ast required a value, change path logic
Fix save_ast required a value, despite being optional. Change path handling logic in save_ast to output into the given output path
Configuration menu - View commit details
-
Copy full SHA for 194f999 - Browse repository at this point
Copy the full SHA 194f999View commit details
Commits on Mar 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 31347a7 - Browse repository at this point
Copy the full SHA 31347a7View commit details -
Merge pull request #1 from distributed-lab/feat/ast-serialization
feat: Add AST serialization and exporting support
Configuration menu - View commit details
-
Copy full SHA for 41507f1 - Browse repository at this point
Copy the full SHA 41507f1View commit details
Commits on Aug 28, 2024
-
Merge remote-tracking branch 'refs/remotes/iden3/master' into feature…
…/arm-ci # Conflicts: # circom/src/parser_user.rs # parser/src/lib.rs # parser/src/parser_logic.rs
Configuration menu - View commit details
-
Copy full SHA for a5931f2 - Browse repository at this point
Copy the full SHA a5931f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc25418 - Browse repository at this point
Copy the full SHA dc25418View commit details -
Configuration menu - View commit details
-
Copy full SHA for de408e0 - Browse repository at this point
Copy the full SHA de408e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cd3662 - Browse repository at this point
Copy the full SHA 8cd3662View commit details -
Configuration menu - View commit details
-
Copy full SHA for f375929 - Browse repository at this point
Copy the full SHA f375929View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49d59b1 - Browse repository at this point
Copy the full SHA 49d59b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61f26be - Browse repository at this point
Copy the full SHA 61f26beView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3d8d10 - Browse repository at this point
Copy the full SHA e3d8d10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4aa2a36 - Browse repository at this point
Copy the full SHA 4aa2a36View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1cf352 - Browse repository at this point
Copy the full SHA b1cf352View commit details