Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: plsql grammar ?

Re: plsql grammar ?

From: Emre Omacan <omacan_at_superonline.com>
Date: 1999/01/11
Message-ID: <99-01-040@comp.compilers>#1/1

John Robinson <jdrobin_at_mindspring.com> wrote:
>Can anyone point me to a formal grammar for PLSQL? PCCTS, Yacc ...
>anything....

Have a look at
<http://cuiwww.unige.ch/db-research/Enseignement/analyseinfo/PLSQL21/BNFindex.html>.

Although it is not a direct input to any parser generator, this site contains a hyperlinked BNF grammar
for Oracle7 PL/SQL version 2.1.

Also look at the JavaCC grammars page at < http://www.cs.ucla.edu/~dongwon/JavaCC >. As far as I remember, I saw a client side (version 1.x) PL/SQL grammar for JavaCC. Received on Mon Jan 11 1999 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US