- 1. Introduction
- 1.1. Example: CSV
- 2. Parser API
- 2.1. Example: INI
- 3. Grammars
- 3.1. Parsing expression grammars
- 3.2. Syntax of pest parsers
- 3.3. Comments
- 3.4. Built-in rules
- 3.5. Example: JSON
- 3.6. Example: The J language
- 4. Operator precedence
- 4.1. Example: Calculator
- 5. Final project: Awk clone (WIP)