I’ve been playing with LLVM (Low-Level Virtual Machine) lately and have produced a simple compiler for a simple language. The LLVM compilation infrastructure (much more than a simple compiler or virtual machine), is a collection of libraries, methods and programs that allows one to create a simple, robust and very powerful compilers, virtual machines and […]
↧