Lex and initial start conditions

Len Reed lbr at holos0.uucp
Sun Jun 3 12:46:59 AEST 1990


In article <254 at samna.UUCP> jeff at samna.UUCP (Jeff Barber) writes:

For real control of start conditions, use flex, the Berkeley fast lexical
analyzer.  It runs *far* faster than lex, both at lex time and run time, doesn't
require a bunch of table scaling (% this and % that),  has enhancements
to the start conditions, allows you to more control over the lexer program,
is available in source form, and runs on DOS as well as Unix.  (That last
item is unforunately important to me.)  Flex has been posted to the net.

I'd never go back to lex....
-- 
Len Reed
Holos Software, Inc.
Voice: (404) 496-1358
UUCP: ...!gatech!holos0!lbr



More information about the Comp.unix.wizards mailing list