]> git.saurik.com Git - bison.git/blame - README
* src/getargs.c (version): Update copyright year.
[bison.git] / README
CommitLineData
2ac61ce6
DM
1This directory contains the Bison parser generator.
2
e476c87d 3See the file INSTALL for generic compilation and installation instructions.
66a69320 4See the file doc/FAQ for frequently asked questions.
2ac61ce6 5
85ac3861 6Bison requires GNU m4 1.4.3 or later. See:
e476c87d 7
85ac3861 8ftp://ftp.gnu.org/gnu/m4/m4-1.4.3.tar.gz
e476c87d 9
85ac3861
PE
10Bison can work with pre-1.4.3 distributions of GNU m4 if they are
11sufficiently patched, but if you encounter a bug with an older
12distribution and report a bug we will probably suggest that you
13upgrade to 1.4.3 as the first step in trying to fix it.
2ac61ce6 14
85ac3861
PE
15Please send bug reports to <bug-bison@gnu.org>. Please include the
16version number from `bison --version', and a complete, self-contained
17test case in each bug report.
d2e00347 18
85ac3861
PE
19If you have questions about using Bison and the documentation does
20not answer them, please send mail to <help-bison@gnu.org>.
974075dc
PE
21
22-----
23
85ac3861 24Copyright (C) 1992, 1998, 1999, 2003, 2004, 2005 Free Software Foundation, Inc.
974075dc
PE
25
26This file is part of Bison, the GNU Compiler Compiler.
27
f16b0819 28This program is free software: you can redistribute it and/or modify
974075dc 29it under the terms of the GNU General Public License as published by
f16b0819
PE
30the Free Software Foundation, either version 3 of the License, or
31(at your option) any later version.
974075dc 32
f16b0819 33This program is distributed in the hope that it will be useful,
974075dc
PE
34but WITHOUT ANY WARRANTY; without even the implied warranty of
35MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
36GNU General Public License for more details.
e02cf9e7 37
974075dc 38You should have received a copy of the GNU General Public License
f16b0819 39along with this program. If not, see <http://www.gnu.org/licenses/>.