-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* feat: Implement traits - parser support #2094 * Add several parsing traits test * Expand trait definition in AST to include body * Add diagnostic error when where clause is not appled on generic type * Update crates/noirc_frontend/src/parser/parser.rs Co-authored-by: jfecher <jfecher11@gmail.com> * make parse_all to ignore warnings and use it everywhere --------- Co-authored-by: Yordan Madzhunkov <ymadzhunkov@gmail.com> Co-authored-by: jfecher <jfecher11@gmail.com>
- Loading branch information
1 parent
1e6da05
commit 589f173
Showing
4 changed files
with
140 additions
and
23 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
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
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
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