| Related articles |
|---|
| I need MS SQL parser - please advice mfjastrz@nospam.plz.cyf-kr.edu.pl (Tom Jastrzebski) (2003-05-06) |
| Re: I need MS SQL parser - please advice fgagnon@inouii.com (Francois Gagnon) (2003-05-13) |
| Re: I need MS SQL parser - please advice kurt@inobiz.com (Kurt Svensson) (2003-07-15) |
| From: | "Kurt Svensson" <kurt@inobiz.com> |
| Newsgroups: | comp.compilers |
| Date: | 15 Jul 2003 23:41:24 -0400 |
| Organization: | Compilers Central |
| References: | 03-05-024 03-05-073 |
| Keywords: | SQL |
| Posted-Date: | 15 Jul 2003 23:41:24 EDT |
SQL BNF grammar:
See book:
Understanding the new SQL
Jim Melton & Alan R Simon
Morgan Kaufmann
ISBN 1-55860-245-3
Published 1993
Regards
Kurt Svensson
"Francois Gagnon" <fgagnon@inouii.com> skrev i meddelandet
> We have a compiler which is a subset of SQL and we used ANTLR for this.
> I would definetely recommand ANTLR over yacc... I have never used
> JavaCC though...
>
> if you are looking for a BNF grammar, it may be hard to find... but it
> should not be too hard to write one using
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sqlce/htm/_
lce_sql_reference_for_sql_server_ce.asp
Return to the
comp.compilers page.
Search the
comp.compilers archives again.