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

Terence Parr parrt at cs.usfca.edu
Tue Oct 21 11:51:26 PDT 2008


Can we have the generated code for:

namespace_decl
     :    NAMESPACE IDENT -> NAMESPACE IDENT NAMESPACE_COMPLETE;

?

Try NAMESPACE_COMPLETE["blort"] also.

Are you setting a break pt in Create?
Ter


More information about the antlr-interest mailing list