From: Baptiste L. <gai...@fr...> - 2002-12-19 22:52:08
|
Since I'm done with VC 6 add-in (at least enough to get it working), I'm tackling the following task. [High] Add getBlankedContent?() and getOriginalContent?() methods to ASTNode How: add a SourceASTNode? parameter to ASTNode constructor. add a createASTNode() method to Parser, which retrieve the SourceASTNode? from the context_. have all parser use the new createASTNode() method instead of calling ASTNode::create(). Comments: see http://sourceforge.net/mailarchive/forum.php?thread_id=1364546&forum_id=1271 0 Status: in progress BaptisteLepilleur? Baptiste. |