zooxyt / cparse

Parser combinator style parsing library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C 99.5%Language:Makefile 0.3%Language:CMake 0.2%Language:C++ 0.1%