byacc-20241231

Introduction to byacc

The byacc package contains an implementation of yacc originating from BSD.

Installation of byacc

Install byacc by executing the following commands:

./configure --prefix=/usr      \
            --program-prefix=b \
            --with-manpage-format=formatted &&
make

Now as the root user:

make install

Contents

Installed Programs: byacc
Installed Libraries: None
Installed Directories: None

Short Descriptions

byacc

is the Berkeley Yacc