flex
Lexical analyzer generator. Based on lex. Given the specification for a lexical analyzer, generates C code implementing it. 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