Index: docs/tutorial/LangImpl02.rst =================================================================== --- docs/tutorial/LangImpl02.rst +++ docs/tutorial/LangImpl02.rst @@ -708,7 +708,7 @@ There is a lot of room for extension here. You can define new AST nodes, extend the language in many ways, etc. In the `next -installment `_, we will describe how to generate LLVM +installment `_, we will describe how to generate LLVM Intermediate Representation (IR) from the AST. Full Code Listing