1
0
Fork 0
arangodb/3rdParty/boost/1.62.0/libs/spirit
jsteemann 3c8493e25f upgraded to boost version 1.62.0
correctly emit boost version

removed html files from boost directory
2017-01-04 18:08:06 +01:00
..
classic upgraded to boost version 1.62.0 2017-01-04 18:08:06 +01:00
doc upgraded to boost version 1.62.0 2017-01-04 18:08:06 +01:00
example upgraded to boost version 1.62.0 2017-01-04 18:08:06 +01:00
meta upgraded to boost version 1.62.0 2017-01-04 18:08:06 +01:00
repository upgraded to boost version 1.62.0 2017-01-04 18:08:06 +01:00
test upgraded to boost version 1.62.0 2017-01-04 18:08:06 +01:00
workbench upgraded to boost version 1.62.0 2017-01-04 18:08:06 +01:00
README.md upgraded to boost version 1.62.0 2017-01-04 18:08:06 +01:00
sublibs upgraded to boost version 1.62.0 2017-01-04 18:08:06 +01: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.