@hackage / LibClang

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

Latest3.8.0

About

Metadata

  • Last updated , by ChetanTaralekar
  • License BSD-3-Clause
  • Maintained by: Chetan Taralekar <chetant@gmail.com>, Seth Fowler <mark.seth.fowler@gmail.com>

  • Lottery factor: 0

Links

Installation

This package uses the Custom cabal build type

Tested Compilers

  1. 8.0.2
  2. 7.10.3

Readme

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