> 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.