[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Mutiple parser!
From: |
Vishnu |
Subject: |
RE: Mutiple parser! |
Date: |
Thu, 2 Feb 2006 12:40:38 +0530 |
Have you checked your parser's state by enabling the macro YYDEBUG?
This shows you where the problem starts.
~Vishnu
-----Original Message-----
From: address@hidden
[mailto:address@hidden On Behalf Of Vidhya
Sent: Thursday, February 02, 2006 12:22 PM
To: address@hidden
Subject: 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 work!
_______________________________________________
address@hidden http://lists.gnu.org/mailman/listinfo/help-bison