CParse
is a parsing library which allows your to write the grammar straight
forward with combinator and functional styles.
- Automatically resource management
- Parser Combinators style grammar describe
- Uniformed data structure and functional operations
- NFA Regular Expression support
- Default JSON or customized abstract syntax tree construction
- Multiple encoding support
src -- Source code
test -- Test suite
examples -- Examples and demos
MIT License