Pink
Results
1
issues of
Pink
Related to #253. I noticed that in [c_parser.py at L1882](https://github.com/eliben/pycparser/blob/main/pycparser/c_parser.py#L1882), it ignores type suffixes on hexadecimal floating point literals. [This commit](https://github.com/eliben/pycparser/commit/a915c3d) explicitly ignoring hexadecimal literals, and [this commit](https://github.com/eliben/pycparser/commit/40f0d91) added an...