Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Comparison to Boost.Spirit

Spirit is a tool that can be used to build parsers parsing (among others) the content of string literals at runtime, while Metaparse is a tool that can be used to parse the content of string literals at compile-time.


PrevUpHomeNext