Andrew Piskorski wrote:
On Sun, Dec 24, 2006 at 09:35:01AM -0600, John Stanton wrote:


There is even a starting grammar for you:
http://www.antlr.org/grammar/1107752678378/PLSQLGrammar.g


A compiler for a subset of PL/SQL would not be too arduous a project,


If what you want is something like PL/SQL, it might be both easier and
better to retarget PostgreSQL's PL/pgSQL for SQLite opcodes, rather
than starting from scratch with your own Oracle PL/SQL style language.
(And PL/pgSQL's BSD license is compatible with SQLite's.)

That is a rational suggestion, since Sqlite and PostgreSQL make up an open source broad solution for data storage. PostgreSQL picks up where Sqlite leaves off so compatibility with that would be more likely to fit in with user's plans.

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to