google / clang-lens

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pure bindings to libclang
=========================

A Haskell library for pure C++ code analysis with some light `lens` support.

```
gotoCount = lengthOf (allNodes . filtered (\c -> cursorKind c == GotoStmt)) root
```

*This is not an official Google product (experimental or otherwise), it is just code that happens to be owned by Google.*

About

License:Apache License 2.0


Languages

Language:Haskell 96.8%Language:C 3.2%