flex
Lexical analyzer generator. A rewrite of lex with extensions to the POSIX specification. Given the specification for a lexical analyzer, generates C code implementing it. NOTE: long options don't work on OpenBSD. More information: <https://manned.org/flex>.
RUN apt-get update && \
apt-get install -y flex
RUN apt-get update && \
apt-get install -y flex
RUN apk add flex
RUN pacman -S --noconfirm flex
RUN apt-get update && \
apt-get install -y flex
RUN yum install -y flex
RUN dnf install -y flex
RUN apt-get update && \
apt-get install -y flex