RE: Mutiple parser!

2006-02-02 Thread Vishnu
bject: Mutiple parser! Hi *! I have two parser and two scanner, the second one I have prefixed as xx, but when I run , call to xxparse() loops indefinitely. For the second parser and scanner I have used flex -Pxx file2.l Bison -pxx file2.y What else I need to include for the multiple parser to

Mutiple parser!

2006-02-01 Thread Vidhya
Hi *! I have two parser and two scanner, the second one I have prefixed as xx, but when I run , call to xxparse() loops indefinitely. For the second parser and scanner I have used flex -Pxx file2.l Bison -pxx file2.y What else I need to include for the multiple parser to work! ___