inducer / pycparserext

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

Support for case ranges #61

Closed qwenger closed 3 years ago

qwenger commented 3 years ago

Hi,

Thanks for this project!

I see that you've implemented designated range initializers. Would you consider implementing the somewhat related case ranges (https://gcc.gnu.org/onlinedocs/gcc/Case-Ranges.html)?

inducer commented 3 years ago

I'd be happy to look at a PR.

qwenger commented 3 years ago

Please have a look at my tentative implementation in #62.