-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(parser): add precedence to operators and refactor constraint…
… parsing (#675) * refactor constraint parsing in grammar to account for precedence, refactor rust file constraint parsing, add 'child_expr' method, run last test with native parser * delete config file * Remove 'exponent' block from parse_constraint and combine with other two-expression constraints, change all .expect(...) to .unwrap_or_else(...) * run cargo fmt * use child_expr in two-expression block in parse_constraint rather than doing it manually * run cargo fmt
- Loading branch information
1 parent
dbdea29
commit 5d613db
Showing
3 changed files
with
117 additions
and
241 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
conjure_oxide/tests/integration/basic/weighted-sum/05-flattening/config.toml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.