mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
7 lines
208 B
Plaintext
7 lines
208 B
Plaintext
cpp-peglib is a single file C++ header-only PEG (Parsing Expression Grammars)
|
|
library.
|
|
|
|
This library supports the linear-time parsing known as the Packrat parsing.
|
|
|
|
WWW: https://github.com/yhirose/cpp-peglib
|