Skip to content

Commit

Permalink
feat: committing to fake master
Browse files Browse the repository at this point in the history
  • Loading branch information
signorecello committed Nov 24, 2023
1 parent c431558 commit eb3fba2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ This crate can be seen as the middle end. It is in charge of generating the ACIR
## noirc_frontend

This crate comprises of the first few compiler passes that together we denote as the compiler frontend (in order): lexing, parsing, name resolution, type checking, and monomorphization. If any of these passes error, the resulting monomorphized AST will not be passed to the middle-end (noirc_evaluator)

i'm a test

0 comments on commit eb3fba2

Please sign in to comment.