issues
search
eliben
/
pycparser
:snake: Complete C99 parser in pure Python
Other
3.26k
stars
612
forks
source link
Beautified /pycparser/*.py files
#502
Closed
JustKappaMan
closed
1 year ago
JustKappaMan
commented
1 year ago
Added missing blank lines, spaces, line breaks
Removed redundant blank lines, spaces, parentheses
Formatted most of the comments and docstring according to PEP8
Replaced double quotes with single quotes (except docstrings)
Removed unreachable yields in 'c_ast.py'