pegmatch__doc
Parsing Expression Grammars for TeX
- Version:
- 2025B
- Copyright:
- License:
- lppl1.3c
- Packaged on:
- 02/21/2025 12:09:14
- Number of files:
- 3
- Size on disk:
- 161.95 kB
This package ports PEG (Parsing Expression Grammars) to TeX. Following the design in LPEG (Parsing Expression Grammars for Lua), it defines patterns as LaTeX3 variables, and offers several operators to compose patterns. In general, PEG matching is much more powerful than RE (Regular Expressions) matching.