• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

classic/H03-May-2022-24,23416,141

doc/H03-May-2022-30,09322,808

example/H14-Jul-2015-40,31627,419

meta/H14-Jul-2015-1918

repository/H11-Aug-2015-5,9434,067

test/H11-Aug-2015-36,28525,934

workbench/H14-Jul-2015-2,5641,759

README.mdH A D14-Jul-2015428 108

sublibsH A D14-Jul-2015131 11

README.md

1spirit
2======
3
4Spirit is a set of C++ libraries for parsing and output generation implemented as
5Domain Specific Embedded Languages (DSEL) using Expression templates and Template
6Meta-Programming. The Spirit libraries enable a target grammar to be written
7exclusively in C++. Inline grammar specifications can mix freely with other
8C++ code and, thanks to the generative power of C++ templates, are immediately
9executable.
10