Update README.md

This commit is contained in:
Sofia 2026-04-11 23:19:42 +03:00
parent 866d78e6d1
commit e015ada6e4

View File

@ -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