| |
| | UNIX man pages : lex () (Site not responding. Last check: 2007-07-19) |
 | | Flex is fully compliant with the POSIX lex specification, except that when using %pointer (the default), a call to unput() destroys the contents of yytext, which is counter to the POSIX specification. |
 | | - flex scanners are not as reentrant as lex scanners. |
 | | lex interprets "abc{1,3}" as "match one, two, or three occur- rences of 'abc'", whereas flex interprets it as "match 'ab' followed by one, two, or three occurrences of 'c'". |
| www.mcsr.olemiss.edu /cgi-bin/man-cgi?lex (12505 words) |
|