Skip to content

Commit 5d0cdc8

Browse files
committed
add a bit to part 3 intro
1 parent b8935a9 commit 5d0cdc8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/part-3-intro.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
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.
5-
These are called intermediate representations.
5+
These are called _intermediate representations (IRs)_.
66

77
This process starts with compiler understanding what the user has asked for:
88
parsing the command line arguments given and determining what it is to compile.
9+
After that, the compiler transforms the user input into a series of IRs that
10+
look progressively less like what the user wrote.

0 commit comments

Comments
 (0)