Skip to content

Commit

Permalink
refactor(parts): remove part numbers to be consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailarilik authored and tshepang committed Aug 11, 2023
1 parent 4fa0caa commit 3c5c746
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/part-2-intro.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Part 2: High-Level Compiler Architecture
# High-Level Compiler Architecture

The remaining parts of this guide discuss how the compiler works. They go
through everything from high-level structure of the compiler to how each stage
Expand Down
2 changes: 1 addition & 1 deletion src/part-3-intro.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 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.
Expand Down
2 changes: 1 addition & 1 deletion src/part-4-intro.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 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
Expand Down

0 comments on commit 3c5c746

Please sign in to comment.