inducer / pycparserext

Extensions for Eli Bendersky's pycparser
http://pypi.python.org/pypi/pycparserext
Other
83 stars 28 forks source link

Make CParserBase.__init__()'s interface more compatible to pycparser's CParser.__init__() #25

Closed manueljacob closed 7 years ago

manueljacob commented 7 years ago

This makes it possible to almost use pycparserext as a drop-in replacement for pycparser. E.g. it's now possible to pass additional arguments which are passed through to pycparser's CParser.__init__().

This changes behavior slightly:

inducer commented 7 years ago

OK, fair enough. Let's give this a shot. Thanks for your contribution!