llvm-codegen

A DSL for LLVM IR code generation. Heavily inspired by llvm-hs.


Keywords
compilers, library, Propose Tags, Skip to Readme, , llvm-codegen-0.1.0.0.tar.gz, browse, Package description, Package maintainers, luc_tielen, edit package information , eclair compiler
License
BSD-3-Clause
Install
cabal install llvm-codegen-0.1.0.0

Documentation

llvm-codegen

A Haskell library for generating LLVM code. Inspired by the llvm-hs, llvm-hs-pure, llvm-hs-combinators and the llvm-hs-pretty libraries.

NOTE: WIP

Why another LLVM library?

  • Support for the latest LLVM (!)
  • Support for latest GHCs

TODO

  • Add support for remaining instructions as needed
  • Support API with more compile time checks?
  • Documentation