D. R. E. Moonfire wrote:

It keeps wanting to refere to REFERENCING as an IDENTIFIER instead of ORACLE_CODE BLOCK. The production is:

Related to this, how do I get the following to work?

  %tokens%
  CONSTRAINT = "CONSTRAINT"
  IDENTIFIER = <<[a-zA-Z_\$][a-zA-Z0-9_\$]+>>
  %production%
  bob = CONSTRAINT IDENTIFIER

where "CONSTRAINT CONSTRAINT" is given as the text. Right now, it keeps telling me that it expects IDENTIFIER but it got the constraint token instead.

Cheers!


_______________________________________________ Grammatica-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/grammatica-users

Reply via email to