]> git.pld-linux.org Git - packages/bison.git/blame - bison-info.patch
- standarization to "* text: (link). description" index info entries format.
[packages/bison.git] / bison-info.patch
CommitLineData
0f4e1139 1diff -Nru bison-1.28/doc/bison.texinfo bison-1.28.new/doc/bison.texinfo
2--- bison-1.28/doc/bison.texinfo Thu Jan 14 16:08:17 1999
3+++ bison-1.28.new/doc/bison.texinfo Wed Jul 7 15:11:43 1999
f2a298ce 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
fa30e787 13+* bison: (bison). The GNU parser generator
f2a298ce 14+@end direntry
15 @end format
16 @end ifinfo
17
0f4e1139 18@@ -126,6 +127,18 @@
f2a298ce 19 @page
20
21 @node Top, Introduction, (dir), (dir)
22+@top bison
23+
0f4e1139 24+ "Bison" is a general-purpose parser generator that converts a grammar
25+description for an LALR(1) context-free grammar into a C program to parse
26+that grammar. Once you are proficient with Bison, you may use it to develop
27+a wide range of language parsers, from those used in simple desk calculators
28+to complex programming languages.
f2a298ce 29+
0f4e1139 30+ Bison is upward compatible with Yacc: all properly-written Yacc grammars
31+ought to work with Bison with no change. Anyone familiar with Yacc should
32+be able to use Bison with little trouble. You need to be fluent in C
33+programming in order to use Bison or to understand this manual.
f2a298ce 34
35 @ifinfo
36 This manual documents version @value{VERSION} of Bison.
This page took 0.11595 seconds and 4 git commands to generate.