grammatica-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Grammatica-users] Questions about Parsers


From: D. R. E. Moonfire
Subject: Re: [Grammatica-users] Questions about Parsers
Date: Tue, 19 Apr 2005 15:23:52 -0500
User-agent: Debian Thunderbird 1.0.2 (X11/20050331)

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!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]