Go to the first, previous, next, last section, table of contents.

Input and Output Files

flex's actions are specified by definitions (which may include embedded C code) in one or more input files. The primary output file is `lex.yy.c'. You can also use some of the command-line options to get diagnostic output (see section Command-line Options). This chapter gives the details of how to structure your input to define the scanner you need.


Go to the first, previous, next, last section, table of contents.