[antlr-interest] (no subject)

Jens Boeykens jens.boeykens at gmail.com
Mon Jul 7 12:02:19 PDT 2008


Hello all,

I'm have an issue with parsing a particular input with ANTLRv3.g 
(http://www.antlr.org/grammar/ANTLR).
I'm trying to parse the following rule:

r : a -> template() "Some test";

This however doesn't parse, but I can't find a bug in ANTLRv3.g or a 
mistake in my input rule. Using ANTLRworks it seems to parse well until 
template() and than the match fails. Don't know what could be wrong with 
"..." though.

Greetings


More information about the antlr-interest mailing list