2fadfa2cfb
e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports.
7 lines
272 B
Text
7 lines
272 B
Text
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/
|