[antlr-interest] bug report

Lloyd Dupont lloyd at galador.net
Thu Apr 4 04:34:31 PST 2002


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 ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.antlr.org/pipermail/antlr-interest/attachments/20020404/7f85eb7e/attachment.html


More information about the antlr-interest mailing list