Lines Matching refs:scanners
41 introducing context into your scanners, and
42 managing "mini-scanners"
58 connecting flex scanners together with yacc parsers
90 those error messages produced by flex (or scanners
107 flex is a tool for generating scanners: programs which
1143 scanners" which scan portions of the input that are syntac-
1495 Some scanners (such as those which support "include" files)
1497 scanners do a large amount of buffering, one cannot control
1841 scanners, but the value of yytext becomes immune to
1937 out of their scanners need worry about this option.
2032 site of interactive scanners generated by -I (see
2083 scanners that always look ahead give dreadful interac-
2089 Flex scanners default to interactive unless you use the
2140 that such scanners often hang or crash if their input
2149 generating 7-bit scanners unless your site was always
2150 configured to generate 8-bit scanners (as will often be
2165 only needed for scanners generated using -Cf or -CF, as
2171 scanners.
2192 erally, trade-offs between small scanners and fast
2193 scanners.
2275 faster-executing scanners at the cost of larger tables
2288 Note that scanners with the smallest tables are usually
2294 for production scanners.
2357 constructs its scanners. You'll never need this option
2535 performance scanners. It has been optimized for dealing
2629 doing so with compressed scanners.
2881 flex provides two different ways to generate scanners for
2957 flex scanners: it scans the input stream, consuming
3000 scanners (see the -B and -I flags) define the macro
3020 scanners. You can instantiate multiple instances of the
3129 your scanners and %option prefix="zz" for the other.
3138 those who wish to write scanners acceptable to either imple-
3196 - flex scanners are not as reentrant as lex scanners. In
3314 ported by lex are not required by flex scanners; flex
3317 - The name FLEX_SCANNER is #define'd so scanners may be
3327 C++ scanners
3331 interactive/non-interactive scanners
3443 This doesn't work with scanners that use REJECT.
3459 -lfl library with which scanners must be linked.