Closed mingodad closed 1 year ago
Thanks for pointing this out.
Since pycparser parses standard C, this doesn't seem to be a pycparser-specific thing to me. Where do you want to keep this information?
I'll close the issue for now, but feel free to reopen if you think there's something I should be doing about this.
Using a script to extract the grammar rules from https://github.com/eliben/pycparser/blob/master/pycparser/c_parser.py and manually adding the tokens from https://github.com/eliben/pycparser/blob/master/pycparser/c_lexer.py we can have a navigable railroad diagram.
Copy and paste the
EBNF
shown bellow on https://www.bottlecaps.de/rr/ui on the tabEdit Grammar
then click the tabView Diagram
: