libboost-spirit/1.81.0+1

[brief]

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)

Documentation

The newest Spirit shines faster compile times. Currently only a parser framework.

WARNING: C++14 compilers support will be dropped soon.

Spirit X3 in Boost 1.81 (scheduled to November 2022) will use C++17 features.

Supported compilers will be:

Spirit V2 (2nd generation)

Documentation

The latest Long Term Support version of Spirit. A Swiss Army knife for data manipulation on any kind of input.

Consists of:

Runs on most C++03 compilers (GCC 4.1, Clang 3.0, VS 2005).

Spirit.Classic (1st generation)

Documentation

An elderling member of Spirit. It receives only limited maintanance, but it is still used even inside Boost by Boost.Serialization and Boost.Wave libraries. It also contains Phoenix V1.

Spririt.Classic should support even ancient compilers.

Brief History

Date Boost Commit Event
2014-03-18 1.56 8a353328 Spirit.X3 is added
2013-12-14 1.56 c0537c82 Phoenix V2 is retired
2011-03-28 1.47 400a764d Phoenix V3 support added to Spirit V2
2009-04-30 1.41 5963a395 Spirit.Repository is appeared
2008-04-13 1.36 ffd0cc10 Spirit V2 (Qi, Karma, Lex, Phoenix V2) is added
2006-08-23 1.35 2dc892b4 Fusion V1 is retired
2003-01-31 1.30 81907916 Spirit is the part of the Boost
version 1.81.0+1
license BSL-1.0Boost Software License 1.0
repository https://pkg.cppget.org/1/legacy
download libboost-spirit-1.81.0+1.tar.gz
sha256 610fb8e953cb6ff58a561af8c2783aee66153c80aadcb221aa8bf5ed13595753
project boost
url github.com/boostorg/spirit
doc-url www.boost.org/doc/libs/1_81_0/libs/spirit
package-url github.com/build2-packaging/boost
package-email packaging@build2.orgMailing list
topics C++Boost

Depends (29)

libboost-array == 1.81.0
libboost-assert == 1.81.0
libboost-config == 1.81.0
libboost-core == 1.81.0
libboost-endian == 1.81.0
libboost-function == 1.81.0
libboost-function-types == 1.81.0
libboost-fusion == 1.81.0
libboost-integer == 1.81.0
libboost-io == 1.81.0
libboost-iterator == 1.81.0
libboost-move == 1.81.0
libboost-mpl == 1.81.0
libboost-optional == 1.81.0
libboost-phoenix == 1.81.0
libboost-pool == 1.81.0
libboost-preprocessor == 1.81.0
libboost-proto == 1.81.0
libboost-range == 1.81.0
libboost-regex == 1.81.0 ? ($config.libboost_spirit.classic_regex || $config.libboost_spirit.x2 || $config.libboost_spirit.x3)
libboost-smart-ptr == 1.81.0
libboost-static-assert == 1.81.0
libboost-thread == 1.81.0
libboost-throw-exception == 1.81.0
libboost-type-traits == 1.81.0
libboost-typeof == 1.81.0
libboost-unordered == 1.81.0
libboost-utility == 1.81.0
libboost-variant == 1.81.0

Reviews

fail 0
pass 1