[antlr-interest] strange MismatchedTokenException

Bart Kiers bkiers at gmail.com
Thu Mar 25 02:44:47 PDT 2010


On Thu, Mar 25, 2010 at 10:00 AM, Simon zack <simonzack at gmail.com> wrote:

> hi,
>
> I'm new to antler
> tried writing a little grammer, but it tells me MismatchedTokenException
> when I interpret namespace_specification
> using the string:
> "hello.world"
>
>
Then you start interpreting "hello.world" with the 'exception_info' rule,
which only matches the string '.exception'. You probably meant to start
interpreting with the 'namespace_specification' rule, whcih matches "hello."
from "hello.world".

Regards,

Bart.


More information about the antlr-interest mailing list