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.

Author lys.nikolaou
Recipients BTaskaya, Daniel Moisset, brandtbucher, gvanrossum, kj, lys.nikolaou, pablogsal
Date 2021-02-09.14:35:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612881317.0.0.629472567286.issue42128@roundup.psfhosted.org>
In-reply-to
Content
The grammar is indeed auto-generated by reading the actual Grammar file, python.gram. Here's the lexer Pablo had developed for doing the syntax-highlighting.

https://github.com/python/cpython/blob/master/Doc/tools/extensions/peg_highlight.py
History
Date User Action Args
2021-02-09 14:35:17lys.nikolaousetrecipients: + lys.nikolaou, gvanrossum, Daniel Moisset, pablogsal, brandtbucher, BTaskaya, kj
2021-02-09 14:35:16lys.nikolaousetmessageid: <1612881317.0.0.629472567286.issue42128@roundup.psfhosted.org>
2021-02-09 14:35:16lys.nikolaoulinkissue42128 messages
2021-02-09 14:35:16lys.nikolaoucreate