problem antlrworks code too large

Posted by BB on Stack Overflow See other posts from Stack Overflow or by BB
Published on 2010-03-22T17:30:47Z Indexed on 2010/03/22 22:31 UTC
Read the original article Hit count: 272

Filed under:
|
|
|
|

In Antlrworks I get this error:

 [18:21:03] Checking Grammar Grammar.g...
 [18:21:26] Grammar.java:12: code too large
 [18:21:26]     public static final String[] tokenNames = new String[] {
 [18:21:26]                                  ^
 [18:21:26] 1 error

Using instead the generated code in a Java project works normally. What can be had this problem?

Thanks.

© Stack Overflow or respective owner

Related posts about antlr3

Related posts about antlrworks