|
|
|
|
|
by jessevdk
4578 days ago
|
|
I can't really compare, because I've personally never used pycparser. The nice thing about using libclang is that you're just using the same backend as the actual compiler and you can be sure that you're going to parse complex things correctly and reliably. |
|