Implementing a JIT Compiled Language with Haskell and LLVM    

Implementing a JIT Compiled Language with Haskell and LLVM
  • 文档概述
    Welcome to the Haskell version of "Implementing a language with LLVM" tutorial. This tutorial runs through the implementation of a simple language, and the basics of how to build a compiler in Haskell, showing how fun and easy it can be. This tutorial will get you up and started as well as help to build a framework you can extend to other languages.