@hackage llvm-pretty0.5
A pretty printing library inspired by the llvm binding.
Categories
License
BSD-3-Clause
Maintainer
awesomelyawesome@gmail.com
Links
Versions
Installation
Dependencies (4)
- base >=4 && <5
- containers >=0.4
- monadLib >=3.6.1
- pretty >=1.0.1 Show all…
Dependents (5)
@hackage/copilot-verifier, @hackage/acme-everything, @hackage/llvm-pretty-bc-parser, @hackage/crucible-llvm, @hackage/crux-llvm
A pretty printing library that was inspired by the LLVM binding by Lennart Augustsson. The library provides a monadic interface to a pretty printer, that allows functions to be defined and called, generating the corresponding LLVM assemblly when run.