LibClang

Haskell bindings for libclang (a C++ parsing library)

https://github.com/chetant/LibClang

Latest on Hackage:3.8.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Chetan Taralekar

LibClang package provides bindings to libclang.

This should be enough for parsing C/C++ code, walking the AST and querying nodes and completion queries.

  • NOTE: This version is set to build against llvm 3.8.0

Please use https://github.com/chetant/LibClang/issues to report bugs