[antlr-interest] Ric.. it's ok !

Anthony Brenelière abreneliere at telys.com
Wed Feb 19 08:27:25 PST 2003


Thanks !!

I read the document about c++ runtime,

http://www.antlr.org/doc/cpp-runtime.html#_changingasttype

and now it works !


I changed:
ASTFactoryExt ast_factory( "PNode", 0 );
To:
ASTFactoryExt ast_factory( "PNode", antlr::TextNode::factory );

I did not know what the ASTFactory arguments was used for.

Cordially,
Anthony!


 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 



More information about the antlr-interest mailing list