This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: syntax diagram after EBNF description?
Type: Stage:
Components: Documentation Versions:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: docs@python Nosy List: BTaskaya, Friedrich.Spee.von.Langenfeld, docs@python
Priority: normal Keywords:

Created on 2014-12-31 09:47 by Friedrich.Spee.von.Langenfeld, last changed 2022-04-11 14:58 by admin.

Messages (2)
msg233236 - (view) Author: Friedrich Spee von Langenfeld (Friedrich.Spee.von.Langenfeld) Date: 2014-12-31 09:47
In our full grammar specification (10th chapter of the language reference, https://docs.python.org/3/reference/grammar.html), the grammar of Python is comprehensively notated. What would you think of adding a picture with an equivalent syntax diagram (e. g. produced with the help of http://www.bottlecaps.de/rr/ui) to open a new way of understanding for readers?
msg359816 - (view) Author: Batuhan Taskaya (BTaskaya) * (Python committer) Date: 2020-01-11 18:46
I am not sure but I suspect it would look to complex to a reader if all grammar visualized.
History
Date User Action Args
2022-04-11 14:58:11adminsetgithub: 67328
2020-01-11 18:46:06BTaskayasetnosy: + BTaskaya
messages: + msg359816
2014-12-31 09:47:51Friedrich.Spee.von.Langenfeldcreate