Wraith is a simple parser combinator library (not monadic nor memoized) inspired by Boost.Spirit. It is not complete as Spirit but the fundamental operators are implemented.
- Basic operators - epsilon and failure for building high-level operators.
- Lexical operators - token operator based on Perl regex.
- Basic combinators - alternative, sequence and kleene star operators.
- Semantic action support.
- Combinators as overloaded perl operators - BNF-like usage.
- Profile.
- Non-greedy many for better performance.
- First-class object parsing.
