File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- # Part 2: High-Level Compiler Architecture
1+ # High-Level Compiler Architecture
22
33The remaining parts of this guide discuss how the compiler works. They go
44through everything from high-level structure of the compiler to how each stage
Original file line number Diff line number Diff line change 1- # Part 3: Source Code Representation
1+ # Source Code Representation
22
33This part describes the process of taking raw source code from the user and
44transforming it into various forms that the compiler can work with easily.
Original file line number Diff line number Diff line change 1- # Part 4: Analysis
1+ # Analysis
22
33This part discusses the many analyses that the compiler uses to check various
44properties of the code and to inform later stages. Typically, this is what people
You can’t perform that action at this time.
0 commit comments