-
Notifications
You must be signed in to change notification settings - Fork 67
Home
Camilo Aguilar edited this page May 20, 2019
·
8 revisions
This wiki page contains some links to valuable resources in the field of Parser Expression Grammar (PEG), which have been useful in the process of extending pigeon.
- The Packrat Parsing and Parsing Expression Grammars Page, by Bryan Ford
- Parsing Expression Grammars: A Recognition-Based Syntactic Foundation, by Bryan Ford PDF
- Packrat Parsing: Simple, Powerful, Lazy, Linear Time, by Bryan Ford PDF
- Wikipedia article on Parsing Expression Grammar
- A Text Pattern-Matching Tool based on Parsing Expression Grammars
- Parsing Expression Grammars Made Practical, PDF
- Error Reporting in Parsing Expression Grammars PDF latest version
- Error Handling in PEG Parsers
- Improving the Quality of Error Messages in PEG-based Parsers
The following links may help to find some other user provided PEG grammars for pigeon on github.com: