Expand description
The assembly module of the backend containing an experimental/prototype compiler for x86-64 assembly leveraging the backend api.
Modules§
- codegen
- This is the compiler for translating the IR to assembly Future: This will use the low-level IR at some point but until the lir is finished, it will use the high-level IR
- elements
- This module contains data structures and ast-like representations of assembly concepts. This is used to represent the assembly the compiler outputs.
- utils