LL parser framework represents parsers directly as EBNF grammars in inlined C++
Spirit is a set of C++ libraries for parsing and output generation implemented as Domain Specific Embedded Languages (DSEL) using Expression templates and Template Meta-Programming. The Spirit libraries enable a target grammar to be written exclusively in C++. Inline grammar specifications can mix freely with other C++ code and, thanks to the generative power of C++ templates, are immediately executable.
Spirit.X3 (3rd generation)
The newest Spirit shines faster compile times. Currently only a parser framework.
... More
license | BSL-1.0 |
---|---|
project | boost |
url | github.com/boostorg/spirit |
doc-url | www.boost.org/doc/libs/1_81_0/libs/spirit |
boost-users@lists.boost.orgMailing list | |
topics | C++Boost |
3 Versions