• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-4,8244,124

etc/H21-Aug-2011-499401

src/H21-Aug-2011-6,9295,177

AUTHORSH A D11-Aug-2011115 33

COPYINGH A D07-Dec-200117.6 KiB340281

ChangeLogH A D11-Aug-20111.3 KiB4126

INSTALLH A D17-Dec-20019 KiB227174

Makefile.amH A D17-Aug-2011118 83

Makefile.inH A D17-Aug-201121.1 KiB678591

NEWSH A D21-Aug-2011242 108

READMEH A D17-Dec-2001642 2013

aclocal.m4H A D17-Aug-201134.2 KiB964866

config.h.inH A D17-Aug-2011701 2919

configureH A D17-Aug-2011148.3 KiB5,1764,248

configure.inH A D17-Aug-2011231 117

depcompH A D28-Nov-200211.8 KiB412275

install-shH A D07-Dec-20015.5 KiB251152

missingH A D07-Dec-20016.1 KiB189152

mkinstalldirsH A D07-Dec-2001727 4123

version.hH A D11-Aug-2011211 156

README

1-*- text -*-
2
3BNF Parser Generator
4
5The BNF parser generator takes a syntax not unlike BNF and
6generates a "C" parser for it, a parser that can parse either
7strings or files. This is a flexible tool, ment for smaller
8parsing tasks where bison+flex are just to big to use.
9
10The compilation and installation of this package is easy, the
11instructions are in the file INSTALL.
12
13There is currently no documentation but there is a rudimentairy
14explanation on http://www.freesoftware.fsf.org/bnf/
15
16Mail suggestions, bug reports and patches to bsod@vdvuk.org.
17Please include the package version number, which you can get by
18running `bnf --version'.
19
20