]> git.pld-linux.org Git - packages/bison.git/blame - bison-info.patch
fixes
[packages/bison.git] / bison-info.patch
CommitLineData
f2a298ce 1diff -Nru bison-1.27/bison.texinfo bison-1.27.new/bison.texinfo
2--- bison-1.27/bison.texinfo Sat Feb 27 02:14:48 1999
3+++ bison-1.27.new/bison.texinfo Sat Feb 27 02:16:37 1999
4@@ -37,9 +37,10 @@
5
6 @ifinfo
7 @format
8-START-INFO-DIR-ENTRY
9-* bison: (bison). GNU Project parser generator (yacc replacement).
10-END-INFO-DIR-ENTRY
11+@dircategory Programming tools:
12+@direntry
13+* bison: (bison) The GNU parser generator.
14+@end direntry
15 @end format
16 @end ifinfo
17
18@@ -126,6 +127,19 @@
19 @page
20
21 @node Top, Introduction, (dir), (dir)
22+@top bison
23+
24+ "Bison" is a general-purpose parser generator that converts a
25+grammar description for an LALR(1) context-free grammar into a C
26+program to parse that grammar. Once you are proficient with Bison, you
27+may use it to develop a wide range of language parsers, from those used
28+in simple desk calculators to complex programming languages.
29+
30+ Bison is upward compatible with Yacc: all properly-written Yacc
31+grammars ought to work with Bison with no change. Anyone familiar with
32+Yacc should be able to use Bison with little trouble. You need to be
33+fluent in C programming in order to use Bison or to understand this
34+manual.
35
36 @ifinfo
37 This manual documents version @value{VERSION} of Bison.
This page took 0.477409 seconds and 4 git commands to generate.