[Python-Dev] Parser module in the stdlib
Steven D'Aprano
steve at pearwood.info
Mon May 20 14:27:24 EDT 2019
More information about the Python-Dev mailing list
Mon May 20 14:27:24 EDT 2019
- Previous message (by thread): [Python-Dev] Parser module in the stdlib
- Next message (by thread): [Python-Dev] Parser module in the stdlib
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, May 20, 2019 at 08:55:59AM -0700, Guido van Rossum wrote: > I am interested in switching CPython's parsing strategy to something else > (what exactly remains to be seen) Are you re-thinking the restriction to LL(1) grammars? -- Steven
- Previous message (by thread): [Python-Dev] Parser module in the stdlib
- Next message (by thread): [Python-Dev] Parser module in the stdlib
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list