- Compile time using constexpr.
- Better readability while using Sequence and Choice parsers.(>> and |)
- Better Result Type
- No dynamic allocations. Zero heap usage at runtime.
- Fully Header only and portable. Single hpp file.
- Debug friendly using PRETTY_FUNCTION(Just a small utility and can be improved in future versions).
- Custom ParserType Abstraction. You can also create your own combinators 🙂.
- Better Error messages.
- Tracing Utilities and arser debugging.
- Unit tests for all combinators.
- Better Documentation 👀.