[antlr-interest] any more issues with 3.4 beta3/rc3?

Terence Parr parrt at cs.usfca.edu
Tue Jun 28 11:45:27 PDT 2011


On Jun 27, 2011, at 8:05 PM, Mu Qiao wrote:

> Hi,
> 
> I gave a quick test and there are two problems:
> 1. I have to set my locale to English, otherwise an exception will be thrown:
> Exception in thread "main" java.lang.NoClassDefFoundError: org/antlr/Tool

howdy!  How is a java.lang.ClassNotFoundException a locale issue? launching is

$ java org.antlr.Tool

> 2. After setting my locale to English, my grammar cannot get compiled:
> error(100): java_libbash.g:0:1: syntax error: antlr.print:
> MismatchedTreeNodeException(28!=2)
> error(100): java_libbash.g:0:1: syntax error: antlr.print:
> MismatchedTreeNodeException(26!=2)
> error(100): java_libbash.g:0:1: syntax error: antlr.print:
> MismatchedTreeNodeException(26!=2)
> error(100): java_libbash.g:0:1: syntax error: antlr.print:
> MismatchedTreeNodeException(26!=2)
> error(100): java_libbash.g:0:1: syntax error: antlr.print:
> MismatchedTreeNodeException(26!=2)
> error(100): java_libbash.g:0:1: syntax error: antlr.print:
> MismatchedTreeNodeException(28!=2)
> error(100): java_libbash.g:0:1: syntax error: antlr.print:
> MismatchedTreeNodeException(26!=2)
> error(100): java_libbash.g:0:1: syntax error: antlr.print:
> MismatchedTreeNodeException(26!=2)
> error(100): java_libbash.g:0:1: syntax error: antlr.print:
> MismatchedTreeNodeException(26!=2)
> error(100): java_libbash.g:0:1: syntax error: antlr.print:
> MismatchedTreeNodeException(28!=2)

I'll check it out.
Ter


More information about the antlr-interest mailing list