diff options
author | Will Andrews <will@FreeBSD.org> | 2003-06-03 02:40:57 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2003-06-03 02:40:57 +0000 |
commit | 1a62aab476e5259f63f16f18c09065605147936f (patch) | |
tree | f82376600727d7403c899ec55ff54fc764a237c3 /devel/bnf/files | |
parent | Forced commit to document last one: update information due to repo copy move (diff) |
Add bnf 1.6.9, a program to generate a C parser given a
grammar in BNF notation.
PR: 52558
Submitted by: Frerich Raabe <frerich.raabe@gmx.de>
Notes
Notes:
svn path=/head/; revision=82096
Diffstat (limited to 'devel/bnf/files')
-rw-r--r-- | devel/bnf/files/patch-doc::bnf.texi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/bnf/files/patch-doc::bnf.texi b/devel/bnf/files/patch-doc::bnf.texi new file mode 100644 index 000000000000..0471adbab39f --- /dev/null +++ b/devel/bnf/files/patch-doc::bnf.texi @@ -0,0 +1,13 @@ +--- doc/bnf.texi.orig Thu May 22 06:32:29 2003 ++++ doc/bnf.texi Thu May 22 06:34:23 2003 +@@ -2,6 +2,10 @@ + @c %**start of header + @setfilename bnf.info + @settitle BNF Parser Generator ++@dircategory Programming Tools ++@direntry ++* bnf: (bnf). A simple parser generator ++@end direntry + @c %**end of header + + |