@hackage / llvm-codegen

A DSL for LLVM IR code generation based on llvm-hs.

Latest0.1.0.0

About

Metadata

  • Last updated , by luc_tielen
  • License BSD-3-Clause
  • Maintained by: luc.tielen@gmail.com

  • Lottery factor: 1

Links

Installation

This package uses the Custom cabal build type

Readme

llvm-codegen

build

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, but if you only need the provided instructions it's usable (and tested). Used inside the eclair compiler.

Note that it requires LLVM to be installed on your system and available on your $PATH!

Why another LLVM library?

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

TODO