Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

can't list
optional alt first; nothing else is matched! Here's a 2nd case that
just bit me:

enumBody
        :       ((enumConstants)? (',')? (enumBodyDeclarations)? )+
        ;

Also had ('<' | '<' '<') which didn't work. (sad)

  • No labels