lex
[options
] [files
]
Generate a lexical analysis program (named lex.yy.c)
based on the regular expressions and C statements contained in
one or more input files
. See also yacc and the
Nutshell Handbook lex & yacc
.
file
's program statements are in C (default).
Use faster compilation (limited to small programs).
Suppress the output summary.
c
Print version information in lex.yy.c (if c
= y)
or suppress information (if c
= n, the default).
Write program to standard output, not lex.yy.c.
Print a summary of machine-generated statistics.
Print version information on standard error.