Skip to content

zooxyt/cparse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Parser combinator style parsing library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages