ned14 / pcpp

A C99 preprocessor written in pure Python
Other
215 stars 39 forks source link

Document how I can get an AST #62

Closed KOLANICH closed 3 years ago

ned14 commented 3 years ago

pcpp is not an AST based parser, it is a token based parser, which makes sense for implementing a C preprocessor.