inducer / pycparserext

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

Support For GNU statement expressions. #15

Closed vijunag closed 8 years ago

vijunag commented 8 years ago

GnuCParser extension for supporting GNU statement expressions. More on Gnu statement expressions here, https://gcc.gnu.org/onlinedocs/gcc/Statement-Exprs.html Statement expressions are the only way a macro can return l-value and hence very powerful.

inducer commented 8 years ago

Looks great. Thanks for the patch!