@hackage / llvm-general-pure

Pure Haskell LLVM functionality (no FFI).

Latest3.5.1.0

About

Metadata

  • Last updated , by BenjaminScarlet
  • License BSD-3-Clause
  • Categories FFI, Compilers and Interpreters
  • Maintained by: Benjamin S. Scarlet <fgthb0@greynode.net>

  • Lottery factor: 0

Links

Installation

Readme

llvm-general-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-general package builds on this one with FFI bindings to LLVM, but llvm-general-pure does not require LLVM to be available.