Description: | Right-context-sensitive grammar parsing library |
Status: | Stable |
Source: | https://git.maandree.se/libparser |
Latest release: | 1.1.2 |
License: | ISC License (Internet Systems Consortium license) |
Written in: | C (ISO C99) |
libparser is a small C library that parses input based on a precompiled right-context-sensitive grammar (a superset of context-free grammar that can parse any context-sensitive language).