|
|
|
|
|
by SloopJon
4578 days ago
|
|
Wow. Although I was vaguely aware that Clang is tool friendly, I had no idea about libclang, let alone its Python bindings. A search for "python clang module" turned up a mention of pycparser. Any idea how it compares? I guess its main advantage is that it's pure Python. |
|
http://eli.thegreenplace.net/2011/07/03/parsing-c-in-python-....
(another shameless plug: libclang bindings are also available for Julia)