[antlr-interest] LITERAL_match not found

Alexey Demakov demakov at ispras.ru
Thu Jul 28 22:15:10 PDT 2005


Try to move "match" from parser to lexer tokens section
and use MATCH instead.

Regards,
Alexey

-----
Alexey Demakov
TreeDL: Tree Description Language: http://treedl.sourceforge.net
RedVerst Group: http://www.unitesk.com



----- Original Message ----- 
From: "Dimitrios Kolovos" <dskolovos at gmail.com>
To: <antlr-interest at antlr.org>
Sent: Thursday, July 28, 2005 5:16 PM
Subject: [antlr-interest] LITERAL_match not found


> Hi,
> 
> I have come against a problem which I cannot resolve so any help would 
> be appreciated.
> 
> The following part of a rule
> 
> "match"! NAME expression END! "match"!
> 
> produces a "LITERAL_match cannot be resolved" error message. Any ideas?
> 
> (I use the Eclipse-ANTLR and the version of ANTLR that comes with it)
> 
> Cheers,
> Dimitrios



More information about the antlr-interest mailing list