Message 386720 - Python tracker
Message386720
| 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:17 | lys.nikolaou | set | recipients: + lys.nikolaou, gvanrossum, Daniel Moisset, pablogsal, brandtbucher, BTaskaya, kj |
| 2021-02-09 14:35:16 | lys.nikolaou | set | messageid: <1612881317.0.0.629472567286.issue42128@roundup.psfhosted.org> |
| 2021-02-09 14:35:16 | lys.nikolaou | link | issue42128 messages |
| 2021-02-09 14:35:16 | lys.nikolaou | create | |