Lexical analyzer generator. Given the specification for a lexical analyzer, generates C code implementing it. More information: https://manned.org/lex.1.
lex.yy.c:flex {{analyzer.l}}
stdout:flex {{[-t|--stdout]}} {{analyzer.l}}
flex {{analyzer.l}} {{[-o|--outfile]}} {{analyzer.c}}
flex {{[-B|--batch]}} {{analyzer.l}}
cc {{path/to/lex.yy.c}} -o {{executable}}