Re: go back to initial state - yyparse()

2010-05-04 Thread Hans Aberg
Please keep cc to the list, for others. Hans On 4 May 2010, at 16:00, falcore wrote: You were right, thank you so much 2010/5/3 Hans Aberg On 2 May 2010, at 20:27, falcore wrote: I´m using a parser to analize strings introduced interactively from the standard output. There is a call

Re: go back to initial state - yyparse()

2010-05-03 Thread Hans Aberg
On 2 May 2010, at 20:27, falcore wrote: I´m using a parser to analize strings introduced interactively from the standard output. There is a call to yyparse() inside a loop, ... ... ... the first time is called works fine, but in consecutively calls, the parser fails. If your lexer is ge

Re: go back to initial state - yyparse()

2010-05-03 Thread Joel E. Denny
On Sun, 2 May 2010, falcore wrote: > I´m using a parser to analize strings introduced interactively from the > standard output. There is a call to yyparse() inside a loop, something like > that > Well, the first time is called works fine, but in consecutively calls, the > parser fails. > > It fa