The following line generates an error in Antlr even though it is commented out.
//pNodeList -> push_back($range_test.pXmlNode);
range_test[std::string name, XmlNode * pParentNode]
: Range
{TRACERULE(-1);}
LParen
{TRACERULE(-1);}
( (constant_expression Comma
constant_expression)=>(constant_expression Comma constant_expression)
| condition_expression[$pParentNode]
)
RParen
{TRACERULE(-1);}
;
robotC_Parser.g:294:4: unknown attribute for rule range_test: pXmlNode
List: http://www.antlr.org/mailman/listinfo/antlr-interest
Unsubscribe:
http://www.antlr.org/mailman/options/antlr-interest/your-email-address
--
You received this message because you are subscribed to the Google Groups
"il-antlr-interest" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/il-antlr-interest?hl=en.