[antlr-interest] bug report

Terence Parr parrt at jguru.com
Thu Apr 4 09:31:02 PST 2002


On Thursday, April 4, 2002, at 04:34  AM, Lloyd Dupont wrote:

> in an action I want to write
>  
> int c;
> // ... some code
> $setText("" + (char) c);
>  
> but it failed. unlike
> char aChar = (char) c;
> $setText("" + aChar);
>  
> is it normal ?

Possibly...i think the argument handling for the $functions is fairly 
primitive as it used to be java/c++ combined.

Ter
--
Co-founder, http://www.jguru.com
Creator, ANTLR Parser Generator: http://www.antlr.org


 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 



More information about the antlr-interest mailing list