Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use atx-style Markdown instead of setext and remove Google notice
  • Loading branch information
rcook committed Aug 18, 2016
commit 096a1615e2914ef6654a9b03a3e6ba3b897c42fd
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
Pure bindings to libclang
=========================
# Pure bindings to libclang

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

```
```haskell
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.*