lex
lexical analyzer generator that is traditionally aliased to flex on most
TLDR
This command is an alias of flex
$ tldr flex
SYNOPSIS
lex [options] [file]
DESCRIPTION
lex is a lexical analyzer generator that is traditionally aliased to flex (fast lexical analyzer generator) on most modern systems. It generates C code for tokenizing input based on regular expression patterns.
INSTALL
sudo apt install flex
sudo dnf install flex
sudo pacman -S flex
sudo apk add flex
sudo zypper install flex
brew install flex
nix profile install nixpkgs#flex
