[antlr-interest] Returning an array type

Rick Mann rmann at latencyzero.com
Sun Oct 14 21:53:43 PDT 2007


I tried to do this:

foo returns [byte[] outBytes] : ... ;

But the generated code was

byte outBytes = 0;

Is it not possible to use an array type?

TIA,
Rick



More information about the antlr-interest mailing list