diff --git a/README.md b/README.md index 0e91a2e..cb89f97 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,8 @@ Currently the stages are as follows: 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 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