Update README.md
This commit is contained in:
parent
866d78e6d1
commit
e015ada6e4
@ -33,7 +33,8 @@ Currently the stages are as follows:
|
|||||||
5. Finally the program is **compiled**, or in other words **code-generated**,
|
5. Finally the program is **compiled**, or in other words **code-generated**,
|
||||||
hence why this is the **codegen** stage. This is where the AST from the
|
hence why this is the **codegen** stage. This is where the AST from the
|
||||||
previous stages is taken and LLVM Intermediate Representation is produced
|
previous stages is taken and LLVM Intermediate Representation is produced
|
||||||
using LLVM-bindings.
|
using LLVM-bindings. The source code for this stage resides mostly in
|
||||||
|
[`src/codegen.cpp`](src/codegen.cpp).
|
||||||
|
|
||||||
## Compiling and running the program
|
## Compiling and running the program
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user