mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 17:20:29 -04:00
6 lines
208 B
Text
6 lines
208 B
Text
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
|