On Mon, 20 Dec 2010, SF Markus Elfring wrote:

> > No. It is yacc based.
> 
> Thanks for this information. - I am imformed that the tool "Yet Another 
> Compiler
> Compiler" has got limitations for the handling of context-sensitivity because 
> of
> the LALR parser generation technique.

I think you should read the paper before drawing conclusions.  Of course 
everything is limited in some way, but the parser doesn't use the token 
stream as is, so it can in principle do any thing it wants between the 
lexing stage and the parsing stage.

Thank you for the references.

julia


> Would you like to integrate anything from approaches like the following into
> your software infrastructure?
> - GXL: Reverse Engineering C++ Applications
>   http://g4re.sourceforge.net/
> 
> - Keystone: A parser and front-end for ISO C++
>   http://keystone.sourceforge.net/research.shtml
> 
> Regards,
> Markus
> 
_______________________________________________
Cocci mailing list
[email protected]
http://lists.diku.dk/mailman/listinfo/cocci
(Web access from inside DIKUs LAN only)

Reply via email to