PEG Parsing Series by Guido von Rossum (2019)
a year ago
- #Programming
- #PEG parsing
- #CPython
- Series of blog posts about PEG parsing.
- Includes topics like building, generating, and visualizing PEG parsers.
- Covers left-recursive PEG grammars and adding actions to them.
- Features a meta-grammar for PEG parsers and implementing PEG features.
- Mentions a talk at North Bay Python available on YouTube.
- Update on April 2, 2020: PEP 617 proposes replacing CPython's current parser with a PEG-based one.
- License for the series and code: CC BY-NC-SA 4.0.