[antlr-interest] Additional tokens not being passed to Create(IToken token) ?

Terence Parr parrt at cs.usfca.edu
Tue Oct 21 12:44:21 PDT 2008


On Oct 21, 2008, at 12:03 PM, Dejas Ninethousand wrote:

>
>
> On Tue, Oct 21, 2008 at 1:51 PM, Terence Parr <parrt at cs.usfca.edu>  
> wrote:
> Can we have the generated code for:
>
> namespace_decl
>     :    NAMESPACE IDENT -> NAMESPACE IDENT NAMESPACE_COMPLETE;
>
> ?
>
> I'm not sure what you mean for generated code for that production.   
> Wouldn't that be in the parser?

yes, please post just that part to save us trouble :)

the gen'd code should tell us what's happening.
Ter


More information about the antlr-interest mailing list