mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
1a62aab476
grammar in BNF notation. PR: 52558 Submitted by: Frerich Raabe <frerich.raabe@gmx.de>
10 lines
310 B
Plaintext
10 lines
310 B
Plaintext
The BNF parser generator takes a syntax not unlike BNF and generates
|
|
a "C" parser for it, a parser that can parse either strings or files.
|
|
|
|
This is a flexible tool, meant for smaller parsing tasks where
|
|
bison+flex are just too big to use.
|
|
|
|
WWW: http://www.nongnu.org/bnf/
|
|
|
|
- Frerich Raabe frerich.raabe@gmx.de
|