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
|