Re: SQL autocomplete project

John Millaway <johnmillaway@yahoo.com>
Thu, 8 Oct 2009 06:59:23 -0700 (PDT)

          From comp.compilers

Related articles
SQL autocomplete project sandundhammikaperera@gmail.com (console kid) (2009-10-06)
Re: SQL autocomplete project DrDiettrich1@aol.com (Hans-Peter Diettrich) (2009-10-08)
Re: SQL autocomplete project gneuner2@comcast.net (George Neuner) (2009-10-08)
Re: SQL autocomplete project johnmillaway@yahoo.com (John Millaway) (2009-10-08)
Re: SQL autocomplete project cfc@shell01.TheWorld.com (Chris F Clark) (2009-10-10)
| List of all articles for this month |

From: John Millaway <johnmillaway@yahoo.com>
Newsgroups: comp.compilers
Date: Thu, 8 Oct 2009 06:59:23 -0700 (PDT)
Organization: Compilers Central
References: 09-10-005
Keywords: SQL, parse
Posted-Date: 09 Oct 2009 17:45:16 EDT

Here's a hint: What is the meaning of the codomain of the transition function
evaluated at the current state? What WOULD the machine do if it knew the next
input symbol is A? B? C? epsilon?




--- On Tue, 10/6/09, console kid <sandundhammikaperera@gmail.com> wrote:


> Date: Tuesday, October 6, 2009, 8:32 PM
> Hi I am doing my final year
> project , that is a SQL autocomplete
> library ( a dll that can used by any other
> win32 application ).


> I have a list of SQL grammar, so according to the rules in that
> grammar file the program will read that file and build internal NFA
> graph , which every NFA state contains a string of suggestion
> syntax.



Post a followup to this message

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