• Home
Name Date Size #Lines LOC

..--

build-aux/03-May-2024-13,39011,546

data/03-May-2024-9,2807,102

djgpp/03-May-2024-1,4001,068

doc/03-May-2024-20,69616,980

examples/03-May-2024-1,1931,026

lib/03-May-2024-18,16711,192

m4/03-May-2024-3,4513,124

src/03-May-2024-24,71915,057

tests/03-May-2024-77,38059,317

ABOUT-NLSD03-May-202437.6 KiB626581

AUTHORSD03-May-2024216 95

Android.mkD03-May-20241.4 KiB8571

COPYINGD03-May-202417.6 KiB341281

ChangeLogD03-May-2024562.2 KiB16,03512,063

CleanSpec.mkD03-May-20242.2 KiB500

GNUmakefileD03-May-20242 KiB5918

INSTALLD03-May-20249.3 KiB237179

MakefileD03-May-202422.8 KiB705625

Makefile.amD03-May-20241.4 KiB3813

Makefile.cfgD03-May-20241.6 KiB4921

Makefile.inD03-May-202422.4 KiB705627

Makefile.maintD03-May-202420.7 KiB640432

NEWSD03-May-202424.6 KiB733512

OChangeLogD03-May-202445.7 KiB1,501926

PACKAGINGD03-May-20241.9 KiB5741

READMED03-May-20241.6 KiB4229

THANKSD03-May-20243.9 KiB9187

TODOD03-May-202410.7 KiB329234

aclocal.m4D03-May-202432.5 KiB925833

config.hD03-May-202411.8 KiB415118

config.hinD03-May-202411.2 KiB414296

config.logD03-May-202476.2 KiB2,4402,413

config.statusD03-May-202456.9 KiB1,5881,316

configureD03-May-2024489.4 KiB17,64714,838

configure.acD03-May-20244.2 KiB145128

stamp-h1D03-May-202423 21

README

1This directory contains the Bison parser generator.
2
3See the file INSTALL for generic compilation and installation instructions.
4See the file doc/FAQ for frequently asked questions.
5
6Bison requires GNU m4 1.4.3 or later.  See:
7
8ftp://ftp.gnu.org/gnu/m4/m4-1.4.3.tar.gz
9
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.
14
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.
18
19If you have questions about using Bison and the documentation does
20not answer them, please send mail to <help-bison@gnu.org>.
21
22-----
23
24Copyright (C) 1992, 1998, 1999, 2003, 2004, 2005 Free Software Foundation, Inc.
25
26This file is part of Bison, the GNU Compiler Compiler.
27
28Bison is free software; you can redistribute it and/or modify
29it under the terms of the GNU General Public License as published by
30the Free Software Foundation; either version 2, or (at your option)
31any later version.
32
33Bison is distributed in the hope that it will be useful,
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.
37
38You should have received a copy of the GNU General Public License
39along with autoconf; see the file COPYING.  If not, write to
40the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
41Boston, MA 02110-1301, USA.
42