help-flex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: time in invoking the Lex Yacc parser


From: John W. Millaway
Subject: RE: time in invoking the Lex Yacc parser
Date: Tue, 14 Aug 2001 07:43:04 -0700 (PDT)

--- Ajithkrishnan VP <address@hidden> wrote:
> Instead of parsing the entire file ,if I parse for a logical end, return to
> the calling function(the function which calls the parser),do some processing
> and then call the parser again by using the same file pointer will I be able
> to get the same level of performance?

I can't see why it would make a difference if you parse one half the file now,
and one half the file later, or however you want to do it. Maybe your parse
tree will grow huge, but that's up to you, and not something that flex/bison
could affect.



__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]