Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(part-5-intro): make "Part 5" obvious #1753

Merged
merged 5 commits into from
Aug 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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