On Dec 20, 2010, at 8:18, SF Markus Elfring <[email protected]> wrote:
>> Yoann Padioleau: Parsing C/C++ Code without Pre-processing. CC 2009: 109-125 > > Thanks for your hint to this document. > http://pubzone.org/pages/publications/showPublication.do?publicationId=79059 > http://www.padator.org/papers/yacfe-cc09.pdf > > Is your current parser for the C (and C++) programming language a recursive > descent one? > http://en.wikipedia.org/wiki/Recursive_descent_parser No. It is yacc based. > > Do you plan any improvements for the handling of context-sensitivity issues? > How will ambiguous constructs be resolved in other phases of the relevant data > processing by your software infrastructure? This is explained in the paper. > > Regards, > Markus > _______________________________________________ > Cocci mailing list > [email protected] > http://lists.diku.dk/mailman/listinfo/cocci > (Web access from inside DIKUs LAN only) _______________________________________________ Cocci mailing list [email protected] http://lists.diku.dk/mailman/listinfo/cocci (Web access from inside DIKUs LAN only)
