inducer / pycparserext

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

Enable pragma support #35

Closed AlexCid closed 6 years ago

AlexCid commented 6 years ago

Pragma directives inside function declarations are now correctly parsed. They would previously raise a ParseError.

inducer commented 6 years ago

Ok, easy enough. Thanks for the contribution!

AlexCid commented 6 years ago

That was quick. You're welcome ! If I find other ways to improve this module, I'll let you know.