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.
