Skip to content

Commit

Permalink
doc(book): add more links
Browse files Browse the repository at this point in the history
  • Loading branch information
W95Psp committed Nov 28, 2024
1 parent afff4b3 commit 65c586f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/contributing/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The engine executes a sequence of **phases**, which are determined based on the
1. **Input:** Takes a list of items from an AST with specific feature constraints.
2. **Output:** Transforms these items into a new AST type, potentially enabling or disabling features through type-level changes.

The phases can be found in the `engin/lib/phases/` folder.
The phases can be found in the [`Phases`](https://hacspec.org/hax/engine/hax-engine/Hax_engine/Phases/index.html) module.

### Backend Code Generation

Expand Down

0 comments on commit 65c586f

Please sign in to comment.