Re: converting a BNF to PRD

[email protected] (Jim Cromie) Wed, 14 Jan 2004 12:39:17 -0700
Newsgroups perl.recdescent
Message-ID <[email protected]>
Orton, Yves wrote:

> > Ive been toying recently with PRD, Im new at it, and would like a
> > reality check
> > Im trying to use it to convert one BNF flavor into a form that can be
> > fed into PRD,
> > with the resulting parser being used to parse SQL
>
> Itd be a lot easier to help if you provided a link to the BNF you are 
> converting.
>
> Yves
>

Sorry - I should have said this in 1st post.

Theres a URL in the code - Its pretty big, so I thought I shouldnt 
attach it too.

# 1st attempt at a PRD based SQL92::Parser
# to eventually parse these:
# http://www.contrib.andrew.cmu.edu/~shadow/sql/sql2bnf.aug92.txt
# http://www.contrib.andrew.cmu.edu/~shadow/sql/sql3bnf.sep93.txt

-b will load 2nd one by name, if its in PWD.