We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8935a9 commit 5d0cdc8Copy full SHA for 5d0cdc8
src/part-3-intro.md
@@ -2,7 +2,9 @@
2
3
This part describes the process of taking raw source code from the user and
4
transforming it into various forms that the compiler can work with easily.
5
-These are called intermediate representations.
+These are called _intermediate representations (IRs)_.
6
7
This process starts with compiler understanding what the user has asked for:
8
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