We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fa0caa commit 3c5c746Copy full SHA for 3c5c746
src/part-2-intro.md
@@ -1,4 +1,4 @@
1
-# Part 2: High-Level Compiler Architecture
+# High-Level Compiler Architecture
2
3
The remaining parts of this guide discuss how the compiler works. They go
4
through everything from high-level structure of the compiler to how each stage
src/part-3-intro.md
-# Part 3: Source Code Representation
+# Source Code Representation
This part describes the process of taking raw source code from the user and
transforming it into various forms that the compiler can work with easily.
src/part-4-intro.md
-# Part 4: Analysis
+# Analysis
This part discusses the many analyses that the compiler uses to check various
properties of the code and to inform later stages. Typically, this is what people
0 commit comments