Skip to content

Commit 3c5c746

Browse files
ismailariliktshepang
authored andcommitted
refactor(parts): remove part numbers to be consistent
1 parent 4fa0caa commit 3c5c746

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/part-2-intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Part 2: High-Level Compiler Architecture
1+
# High-Level Compiler Architecture
22

33
The remaining parts of this guide discuss how the compiler works. They go
44
through everything from high-level structure of the compiler to how each stage

src/part-3-intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Part 3: Source Code Representation
1+
# Source Code Representation
22

33
This part describes the process of taking raw source code from the user and
44
transforming it into various forms that the compiler can work with easily.

src/part-4-intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Part 4: Analysis
1+
# Analysis
22

33
This part discusses the many analyses that the compiler uses to check various
44
properties of the code and to inform later stages. Typically, this is what people

0 commit comments

Comments
 (0)