File tree 3 files changed +3
-3
lines changed
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
2
2
3
3
The remaining parts of this guide discuss how the compiler works. They go
4
4
through 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
2
2
3
3
This part describes the process of taking raw source code from the user and
4
4
transforming 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
2
2
3
3
This part discusses the many analyses that the compiler uses to check various
4
4
properties 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