MatthieuDartiailh / pyclibrary

C parser and ctypes automation for python
http://pyclibrary.readthedocs.org
MIT License
66 stars 29 forks source link

friendly project #39

Open windelbouwman opened 5 years ago

windelbouwman commented 5 years ago

Hi!

Nice project! I personally wrote a C parser in python as well, you might be interested in this: https://ppci.readthedocs.io/en/latest/reference/lang/c.html#c-classes

Just to let you know. Parsing C code is particular weird, so it is a very nice challenge, so I understand why you did it :).

Regards, Windel