1
0
Fork 0
arangodb/3rdParty/boost/1.61.0/libs/spirit
Wilfried Goesgens 0525ca4d5d Remove the boost documentation.
The wintendo can't stand long filenames in 2016
2016-08-17 10:58:11 +02:00
..
classic Remove the boost documentation. 2016-08-17 10:58:11 +02:00
example upgraded to boost 1.61.0 2016-08-12 17:17:29 +02:00
meta upgraded to boost 1.61.0 2016-08-12 17:17:29 +02:00
repository Remove the boost documentation. 2016-08-17 10:58:11 +02:00
test upgraded to boost 1.61.0 2016-08-12 17:17:29 +02:00
workbench upgraded to boost 1.61.0 2016-08-12 17:17:29 +02:00
README.md upgraded to boost 1.61.0 2016-08-12 17:17:29 +02:00
index.html upgraded to boost 1.61.0 2016-08-12 17:17:29 +02:00
sublibs upgraded to boost 1.61.0 2016-08-12 17:17:29 +02:00

README.md

spirit

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.