-*- text -*-

BNF Parser Generator

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, ment for smaller
parsing tasks where bison+flex are just to big to use.

The compilation and installation of this package is easy, the
instructions are in the file INSTALL.

There is currently no documentation but there is a rudimentairy
explanation on http://www.freesoftware.fsf.org/bnf/

Mail suggestions, bug reports and patches to bsod@vdvuk.org.
Please include the package version number, which you can get by
running `bnf --version'.

