summaryrefslogtreecommitdiff
path: root/devel/py-pycparser/pkg-descr
blob: 38a849e9e2ca7bed571c0400d8cb3587ad2246e0 (plain) (blame)
1
2
3
pycparser is a complete parser of the C language, written in pure Python using
the PLY parsing library. It parses C code into an AST and can serve as a
front-end for C compilers or analysis tools.