@hackage / llvm-hs-pure

Pure Haskell LLVM functionality (no FFI).

Latest9.0.0

About

Metadata

  • Last updated , by Bodigrim
  • License BSD-3-Clause
  • Categories FFI, Compilers and Interpreters
  • Maintained by: Anthony Cowley, Stephen Diehl, Moritz Kiefer <moritz.kiefer@purelyfunctional.org>

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 8.6.5
  2. 8.4.4
  3. 8.2.2
  4. 8.0.2

Readme

llvm-hs-pure is a set of pure Haskell types and functions for interacting with LLVM http://llvm.org/. It includes an ADT to represent LLVM IR (http://llvm.org/docs/LangRef.html). The llvm-hs package builds on this one with FFI bindings to LLVM, but llvm-hs-pure does not require LLVM to be available.