Why does Antlr not generate a lexer java file?

Posted by Aftershock on Stack Overflow See other posts from Stack Overflow or by Aftershock
Published on 2010-05-28T15:02:40Z Indexed on 2010/05/29 8:42 UTC
Read the original article Hit count: 458

Filed under:
|
|

Hi,

Antlr3 does not generate Mylexer.java. I use AntlrWorks...

when I have grammar starting like

grammar mylexer;

It does generate myParser.java

It looks like a simple thing.. I wonder what may be the reason.. and the solution... I get no error message.

© Stack Overflow or respective owner

Related posts about java

Related posts about antlr3