Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 568 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 568 Bytes

CParse

Introduction

CParse is a parsing library which allows your to write the grammar straight forward with combinator and functional styles.

Features

  1. Automatically resource management
  2. Parser Combinators style grammar describe
  3. Uniformed data structure and functional operations
  4. NFA Regular Expression support
  5. Default JSON or customized abstract syntax tree construction
  6. Multiple encoding support

Source Code Structure

src      -- Source code
test     -- Test suite
examples -- Examples and demos

License

MIT License