mirror of
https://github.com/boostorg/metaparse.git
synced 2026-01-19 04:22:10 +00:00
9 lines
184 B
Plaintext
9 lines
184 B
Plaintext
[#parser_combinator]
|
|
[section Parser combinator]
|
|
|
|
A ['parser combinator] is a [link parser parser] implemented as a template class
|
|
taking one or more parsers as arguments.
|
|
|
|
[endsect]
|
|
|