Flex - a scanner generator - Files
Node: Files
Next: Deficiencies
Prev: Diagnostics
Up: Top
Files
-
`-lfl'
-
library with which scanners must be linked.
-
`lex.yy.c'
-
generated scanner (called `lexyy.c' on some systems).
-
`lex.yy.cc'
-
generated C++ scanner class, when using `-+'.
-
`<FlexLexer.h>'
-
header file defining the C++ scanner base class,
FlexLexer , and its derived class, yyFlexLexer .
-
`flex.skl'
-
skeleton scanner. This file is only used when building flex, not when flex executes.
-
`lex.backup'
-
backing-up information for `-b' flag (called `lex.bck' on some systems).
Next: Deficiencies
Up: Top