[issue40678] Full list of Python lexical rules

2020-05-23 Thread Ram Rachum
Ram Rachum added the comment: I understand, thank you. -- stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue40678] Full list of Python lexical rules

2020-05-23 Thread Terry J. Reedy
Terry J. Reedy added the comment: What you literally seem to ask for does not exist. If you want to pursue this, I suggest posting to python-ideas and you might get support for an acceptable alternative. -- ___ Python tracker

[issue40678] Full list of Python lexical rules

2020-05-23 Thread Ram Rachum
Ram Rachum added the comment: Hmm, I feel this isn't right, because I still feel like there should be one place where one can see the full Python syntax specification, lexing and parsing and all. But I'm underqualified to argue because I don't understand the details. Is someone more

[issue40678] Full list of Python lexical rules

2020-05-23 Thread Terry J. Reedy
Change by Terry J. Reedy : -- versions: +Python 3.10 -Python 3.6, Python 3.7, Python 3.8, Python 3.9 ___ Python tracker ___ ___

[issue40678] Full list of Python lexical rules

2020-05-23 Thread Terry J. Reedy
Terry J. Reedy added the comment: First note that 3.8.3 grammar.html is stated to be the actual grammar used by the old parser, and is a bit different from the more human readable grammar given in the reference manual. It is a bit different in 3.9 and I expect will be much more different

[issue40678] Full list of Python lexical rules

2020-05-19 Thread Ram Rachum
New submission from Ram Rachum : I'm a noob on parsing, learning about it, so it's possible I've made a mistake somewhere. I know there's this page: https://docs.python.org/3/reference/grammar.html Which is a full listing of Python's grammar. However, looking at this page: