Parsing
The beginning of the compilation pipeline, this lexes the source code, parses the resulting tokens and does some very lightweight transformation of the internal AST into Volt IR.
Interfaces
| Frontend | The part of the compiler that takes user supplied code and turns it into IR. |