html2
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This manual describes flex
, a tool for generating programs
that perform pattern-matching on text. The manual
includes both tutorial and reference sections:
a brief overview of the tool
the extended regular expressions used by flex
the rules for determining what has been matched
how to specify what to do when a pattern is matched
details regarding the scanner that flex produces; how to control the input source
introducing context into your scanners, and managing "mini-scanners"
how to manipulate multiple input sources; how to scan from strings instead of files
special rules for matching the end of the input
a summary of macros available to the actions
a summary of values available to the actions
connecting flex scanners together with yacc parsers
flex command-line options, and the "%option" directive
how to make your scanner go as fast as possible
the (experimental) facility for generating C++ scanner classes
how flex differs from AT&T lex and the POSIX lex standard
those error messages produced by flex (or scanners it generates) whose meanings might not be apparent
files used by flex
known problems with flex
other documentation, related tools
includes contact information
[ << ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This document was generated on December 29, 2020 using texi2html 1.82.