Lines Matching refs:scanners

19           - A bug in handling NUL's in the input stream of scanners using
46 - By default, the scanners generated by flex no longer
350 This routine is also available to C++ scanners (unlike some
386 - C++ scanners now have yy_flex_debug as a member variable of
422 - interactive scanners now read characters in YY_INPUT up to a
444 generated scanners now set yy_init to zero before executing
452 - When generating full-table scanners (-Cf), flex now puts braces
562 - Fixed bug breaking C++ scanners that use REJECT or variable
565 - Fixed serious input problem for interactive scanners on
617 <strings.h> string routines needed by flex and the scanners
627 C++ scanners using g++ version 2.5.X. The problem is due to an
650 reentrant scanners. The scanner class uses C++ streams for I/O
654 flex that can be used exclusively for C++ scanners.
656 Note that without the '-+' flag, flex-generated scanners can still
671 flex scanners in the same executable.
681 - yywrap() is now a function, and you now *must* link flex scanners
742 - Flex now generates 8-bit scanners by default, unless you use the
744 scanners). You can force it to generate a 7-bit scanner using
745 the new '-7' flag. You can build flex to generate 8-bit scanners
800 - To write high-speed scanners, attempt to match as much
845 making flex more robust for generating large scanners.
868 fencepost problems when generating large scanners.
989 - flex scanners do not use stdio for their input, and hence when
994 "yyrestart( yyin );". This is useful for interactive scanners
998 with a suggestion on how to convert scanners which rely on it.
1028 - fixed bug which caused -I scanners to bomb
1057 - Support for 8-bit scanners.
1092 - C++ support; generated scanners can be compiled with C++ compiler.
1143 which result in slower scanners.
1161 - Faster scanners.
1195 - Generated scanners #define the name FLEX_SCANNER.