]> git.pld-linux.org Git - packages/bison.git/commitdiff
- patch with fix bison info index entry. bison-1_27-1
authorkloczek <kloczek@pld-linux.org>
Fri, 26 Feb 1999 23:14:56 +0000 (23:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bison-info.patch -> 1.1

bison-info.patch [new file with mode: 0644]

diff --git a/bison-info.patch b/bison-info.patch
new file mode 100644 (file)
index 0000000..979e5fa
--- /dev/null
@@ -0,0 +1,37 @@
+diff -Nru bison-1.27/bison.texinfo bison-1.27.new/bison.texinfo
+--- bison-1.27/bison.texinfo   Sat Feb 27 02:14:48 1999
++++ bison-1.27.new/bison.texinfo       Sat Feb 27 02:16:37 1999
+@@ -37,9 +37,10 @@
+ @ifinfo
+ @format
+-START-INFO-DIR-ENTRY
+-* bison: (bison).     GNU Project parser generator (yacc replacement).
+-END-INFO-DIR-ENTRY
++@dircategory Programming tools:
++@direntry
++* bison: (bison)                      The GNU parser generator.
++@end direntry
+ @end format
+ @end ifinfo
+@@ -126,6 +127,19 @@
+ @page
+ @node Top, Introduction, (dir), (dir)
++@top bison
++
++   "Bison" is a general-purpose parser generator that converts a
++grammar description for an LALR(1) context-free grammar into a C
++program to parse that grammar.  Once you are proficient with Bison, you
++may use it to develop a wide range of language parsers, from those used
++in simple desk calculators to complex programming languages.
++
++   Bison is upward compatible with Yacc: all properly-written Yacc
++grammars ought to work with Bison with no change.  Anyone familiar with
++Yacc should be able to use Bison with little trouble.  You need to be
++fluent in C programming in order to use Bison or to understand this
++manual.
+ @ifinfo
+ This manual documents version @value{VERSION} of Bison.
This page took 0.078033 seconds and 4 git commands to generate.