yacc

Generate an LALR parser (in C) with a given formal grammar specification file. See also: bison. More information: <https://manned.org/man/yacc.1p>.

Debian Debian
RUN apt-get update && \ apt-get install -y 9base
Ubuntu
RUN apt-get update && \ apt-get install -y 9base
Alpine
RUN apk add byacc
Arch Arch Linux
RUN pacman -S --noconfirm 9base
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y 9base
CentOS
RUN yum install -y byacc
Fedora
RUN dnf install -y byacc
Raspbian
RUN apt-get update && \ apt-get install -y 9base
click the source code to copy install yacc on any operating system with command-not-found.com