Related articles |
---|
plsql grammar ? jdrobin@mindspring.com (John Robinson) (1998-10-04) |
Re: plsql grammar ? dweller@universe.digex.net (1998-10-05) |
Re: plsql grammar ? cpc@uninet.com.py (cpc) (1998-10-07) |
Re: plsql grammar ? omacan@superonline.com (Emre Omacan) (1999-01-11) |
From: | Emre Omacan <omacan@superonline.com> |
Newsgroups: | comp.compilers |
Date: | 11 Jan 1999 14:43:28 -0500 |
Organization: | Akademi Software Consulting |
Keywords: | SQL, parse, question |
John Robinson <jdrobin@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.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.