Generates programs that perform pattern-matching on text.
- -Ca,
--align
- trade off larger tables for better memory alignment
- -Ce, --ecs
- construct equivalence classes
- -Cf
- do not compress tables; use -f representation
- -CF
- do not compress tables; use -F representation
- -Cm,
--meta-ecs
- construct meta-equivalence classes
- -Cr, --read
- use read() instead of stdio for scanner input
- -f, --full
- generate fast, large scanner. Same as -Cfr
- -F, --fast
- use alternate table representation. Same as -CFr
- -Cem
- default compression (same as --ecs --meta-ecs)
The full documentation for flex is maintained as a Texinfo
manual. If the info and flex programs are properly installed
at your site, the command
- info flex
should give you access to the complete manual.