Skip to content

Commit

Permalink
Add attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
jbcoe committed Mar 31, 2024
1 parent f0c0822 commit 0c6aed2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,17 @@ source ./.venv/bin/activate # Activate the virtual env for bash by source.
mypy *.py --check-untyped-defs # Run mypy to check type hints.
unittest discover . # Run tests.
```

## Attribution

We've made considerable use of the following in putting this together:

* <http://szelei.me/code-generator>
* <http://blog.glehmann.net/2014/12/29/Playing-with-libclang>
* <http://eli.thegreenplace.net/tag/llvm-clang>

Design of the python bindings is taken from clang's cindex.

* <https://github.com/llvm-mirror/clang/tree/master/bindings/python>

Mistakes are our own.

0 comments on commit 0c6aed2

Please sign in to comment.