help-bison
[Top][All Lists]
Advanced

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

RE: "Recursive parsing"


From: Xinan Tang
Subject: RE: "Recursive parsing"
Date: Fri, 7 Mar 2003 09:54:57 -0800

Hi Alfonso

  Indeed recursive grammar parsing mixed these two things:

   First, it has to support multiple grammars like http and html and
javascript.

   Second, each grammar parser must be "pure" so that it can be called
in a reentrant way.

Thanks

Xinan Tang
Senior MTS
Xambala Inc
2025 Gateway Place, Suite 130
San Jose, CA 95110
Ph # (408)-436-2208   
_________________________________________________

-----Original Message-----
From: Urdaneta, Alfonso E (N-Summitt Technologies)
[mailto:address@hidden 
Sent: Friday, March 07, 2003 6:30 AM
To: Xinan Tang
Cc: 'address@hidden'
Subject: RE: "Recursive parsing"

>   That is why in the O'reilly book, it suggests using renaming and
make
> these arrays local to yyparse(). However one has to use 'sed' to do it


Seems like you are talking about two different things here - multiple
grammars (which is doable with the "prefix" options), and pure
re-entrant
parsers. ?

Alfonso.




reply via email to

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