A parser library for various languages written in C

Iru Cai aef4077c5d first commit 3 years ago
README.rst aef4077c5d first commit 3 years ago

README.rst

A parser library written in C
===================================

I want to write a parser library which is easy to maintain.

Expected features:

- Written in a lightweight language, so we need light dependencies. Currently I choose C99.
- Use few third party dependencies, even the standard library.
- Do not handle I/O in the core.
- Support the most common language syntax styles.