bscarlet / llvm-general

Rich LLVM bindings for Haskell (with transfer of LLVM IR to and from C++, detailed compilation pass control, etc.)
http://hackage.haskell.org/package/llvm-general
132 stars 38 forks source link

implement pure AST <-> IR #65

Open bscarlet opened 11 years ago

tvh commented 10 years ago

I implemented a QuasiQuoting-Library for llvm-general: tvh/llvm-general-quote Would it make sense to refactor the parser out to merge it into llvm-general?

cocreature commented 8 years ago

This already exists in a separate package https://github.com/sdiehl/llvm-pp. Not sure if it there is a big enough advantage to bother trying to integrate that into llvm-general-pure itself.