Related articles |
---|
NFA to DFA onesecond@oceanfree.net (Shane O'Neill) (2000-04-11) |
Re: NFA to DFA johnston.p@worldnet.att.net (Paul Johnston) (2000-04-14) |
Re: NFA to DFA, minimize DFA bburshte@pyrps5.eng.pyramid.com (1991-10-07) |
Re: NFA to DFA bburshte@pyrps5.eng.pyramid.com (1991-10-09) |
Newsgroups: | comp.compilers |
From: | bburshte@pyrps5.eng.pyramid.com (Boris Burshteyn) |
Keywords: | lex, theory |
Organization: | Compilers Central |
References: | 91-10-026 |
Date: | Wed, 09 Oct 91 22:19:18 GMT |
In my recent posting two 'while' loops from the example should look like
while ( p1 ) and while ( p2 )
instead of
while ( p1->link ) and while ( p2->link )
Thanks, Boris Burshteyn.
[I've fixed the copy in the archives. -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.