|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | 03-May-2022 | - |
| classic/ | H | 03-May-2022 | - | 24,234 | 16,141 |
| doc/ | H | 03-May-2022 | - | 30,093 | 22,808 |
| example/ | H | 14-Jul-2015 | - | 40,316 | 27,419 |
| meta/ | H | 14-Jul-2015 | - | 19 | 18 |
| repository/ | H | 11-Aug-2015 | - | 5,943 | 4,067 |
| test/ | H | 11-Aug-2015 | - | 36,285 | 25,934 |
| workbench/ | H | 14-Jul-2015 | - | 2,564 | 1,759 |
| README.md | H A D | 14-Jul-2015 | 428 | 10 | 8 |
| sublibs | H A D | 14-Jul-2015 | 131 | 1 | 1 |
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