1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/bison/bison.desc
3 [COPY] Copyright (C) 2004 - 2021 The T2 SDE Project
4 [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project
6 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
7 [COPY] more information can be found in the files COPYING and README.
9 [COPY] This program is free software; you can redistribute it and/or modify
10 [COPY] it under the terms of the GNU General Public License version 2.
11 [COPY] --- T2-COPYRIGHT-NOTE-END ---
13 [I] The GNU general-purpose parser generator
15 [T] "Bison" is a general-purpose parser generator that converts a
16 [T] grammar description for an LALR(1) context-free grammar into a C
17 [T] program to parse that grammar. Once you are proficient with Bison, you
18 [T] may use it to develop a wide range of language parsers, from those used
19 [T] in simple desk calculators to complex programming languages.
21 [T] Bison is upward compatible with Yacc: all properly-written Yacc
22 [T] grammars ought to work with Bison with no change. Anyone familiar with
23 [T] Yacc should be able to use Bison with little trouble. You need to be
24 [T] fluent in C programming in order to use Bison or to understand this
27 [U] http://www.gnu.org/software/bison/bison.html
29 [A] The GNU Project <gnu@gnu.org>
30 [M] Rene Rebe <rene@t2-project.org>
38 [P] X --2--5---9 109.400
41 [D] 6f6b2e544f3019319c1046768ab5a771e17d39ddde4b6edfc2618ece bison-3.8.2.tar.gz ftp://ftp.gnu.org/pub/gnu/bison/