We have seen how to implement the Kaleidoscope programming language, from source code to an LLVM IR to optimization to implementing a JIT compiler and implementing further extensions. In this article, we will compile the LLVM IR into object code.
Table of contents.Introduction.The target machine.Object code.Tying it together.Summary.References.Prerequisites.
Variable Mutation in Kaleidoscope
Introduction.
In this article, we compile our code into object code. Object code is the output w...
Published on May 10, 2022 11:27