Support for C11's _Generic has been discussed in #63 and #438, but doesn't appear to have been written yet.
I find myself with a need to use pycparser on a codebase that makes significant use of _Generics.
Are there any plans to add this support, please? Or any pointers on where I would start looking if I wanted to implement it (with the caveat that it may be beyond my skill level or time I have available to allocate to it)?
Support for C11's
_Generichas been discussed in #63 and #438, but doesn't appear to have been written yet.I find myself with a need to use pycparser on a codebase that makes significant use of
_Generics.Are there any plans to add this support, please? Or any pointers on where I would start looking if I wanted to implement it (with the caveat that it may be beyond my skill level or time I have available to allocate to it)?