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

Refactor to use SemanticError constructors for errors #157

Closed
wants to merge 116 commits into from

Conversation

jjcnn
Copy link
Contributor

@jjcnn jjcnn commented Feb 20, 2023

Fixes #109.

Still work in progress.

tohrnii and others added 30 commits November 22, 2022 14:37
- remove examples that are included in integration tests
- add a file with the example from the docs
Remove duplicate examples and only keep one example from docs in the examples directory
Add bitwise air constraints with currently supported syntax
- Add VectorAccess and MatrixAccess atomic types
- Enforce uppercase for constant names
Add support for parsing of constants
fix codegen for auxiliary constraint degrees
Make the trace reference more general in the IR
Make the trace reference more general in the IR
tohrnii and others added 29 commits January 31, 2023 14:27
Add support for list comprehensions to parser
Parsing of Individual section of random values
- add col access validation for boundary constraints
- update random value validation
- restore validation of only one constraint per segment/column/boundary set
fix: fix codegen for aux transition constraints that use main cols
@jjcnn jjcnn closed this Feb 20, 2023
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.

Replace errors in IR to call constructor methods
6 participants