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>.
RUN apt-get update && \
apt-get install -y 9base
RUN apt-get update && \
apt-get install -y 9base
RUN apk add byacc
RUN pacman -S --noconfirm 9base
RUN apt-get update && \
apt-get install -y 9base
RUN yum install -y byacc
RUN dnf install -y byacc
RUN apt-get update && \
apt-get install -y 9base