inducer / pycparserext

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

added __typeof expression type_specifier, it is another alias for __typeof__; also test added too #80

Closed retif closed 4 months ago

retif commented 4 months ago

fixes #79

c code i was trying to parse contains typeof keyword, which is an alias of typeof__ but was failed to parse, because was not defined

inducer commented 4 months ago

Thanks!

retif commented 4 months ago

You are welcome, and thanks for great package