llvm-party

Version 12.1.1 revision 0 uploaded by Jappie.

Package meta

Synopsis
General purpose LLVM bindings
Description

llvm-party is a set of Haskell bindings for LLVM http://llvm.org/. Unlike other current Haskell bindings, it uses an ADT to represent LLVM IR (http://llvm.org/docs/LangRef.html), and so offers two advantages: it handles almost all of the stateful complexities of using the LLVM API to build IR; and it supports moving IR not only from Haskell into LLVM C++ objects, but the other direction - from LLVM C++ into Haskell. This is a fork of llvm-hs, with a major advantage that it's being maintained, for now.

Author
Anthony Cowley, Stephen Diehl, Moritz Kiefer <moritz.kiefer@purelyfunctional.org>, Benjamin S. Scarlet
Bug reports
http://github.com/jappeace/llvm-party/issues
Category
Compilers/Interpreters, Code Generation
Copyright
(c) 2013 Benjamin S. Scarlet and Google Inc.
Homepage
http://github.com/jappeace/llvm-party/
Maintainer
Jappie Klooster <hi@jappie.me>
Package URL
n/a
Stability
experimental

Components