Re: SQL is suitable for which kind of parser?

Sreenivas Viswanadha <sreeni@viswanadha.net>
30 Mar 2003 00:34:02 -0500

          From comp.compilers

Related articles
SQL is suitable for which kind of parser? casper@jbr.dk (Casper Bang) (2003-03-24)
Re: SQL is suitable for which kind of parser? sreeni@viswanadha.net (Sreenivas Viswanadha) (2003-03-30)
| List of all articles for this month |

From: Sreenivas Viswanadha <sreeni@viswanadha.net>
Newsgroups: comp.compilers
Date: 30 Mar 2003 00:34:02 -0500
Organization: AT&T Broadband
References: 03-03-152
Keywords: parse, SQL
Posted-Date: 30 Mar 2003 00:34:02 EST

Casper Bang wrote:
> logical top-down "recursive decent" method as I've implemented for a much
> smaller grammar. Is this method seen as "primitive" (backtracking can occur
> where two productions qualify for being applied!)?


You should also look at the JavaCC grammar repository pointed to at:


            http://www.experimentalstuff.com


under JavaCC. I think there are at least a couple SQL grammars available
for JavaCC.


Sreeni.


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.