123456789101112 |
- 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.
|