[antlr-interest] Strange report on console

Terence Parr parrt at cs.usfca.edu
Thu Jul 20 11:13:04 PDT 2006


On Jul 20, 2006, at 5:31 AM, romje at javaxpert.com wrote:

>
> Hi all,
> using the latest stable ANTLR release I've got some strange  
> information on
> my console:
>
> line 1:1: expecting "File", found 'File'

This is usually a token type mismatch problem.  You did not import  
the token vocab into your lexer or something.

Terence



More information about the antlr-interest mailing list