Related articles |
---|
extendend sql parser in lex/yacc norbert.bodsch@volkswagen.de (2002-04-10) |
From: | norbert.bodsch@volkswagen.de (Norbert Bodsch) |
Newsgroups: | comp.compilers |
Date: | 10 Apr 2002 00:24:26 -0400 |
Organization: | http://groups.google.com/ |
Keywords: | SQL, parse, question |
Posted-Date: | 10 Apr 2002 00:24:26 EDT |
Hi,
based on the SQL parser example in Levine et. al. I tried to write a
parser that allows WHERE clause like
WHERE model LIKE '1J?'
Does anybody has written such a parser in lex/yacc that recognizes
patterns that contain wildcards?
Regards Norbert
[The patterns are just quoted strings. They shouldn't be hard to
lex. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.