Thomas Mueller wrote:

use javacc for SQL2 parsing

I would use a hand-written recursive descent parser. I know I'm
probably the only one suggesting this...

Well, not quite ;) I asked because currently you need to have knowledge about javacc to extend the parsers. I would like to make it easier to understand and extend the query parsing. But I'm not sure if it really helps if we use a hand-written parser. It might become quite complex as well.

WDOT?

Cheers,
Christoph

Reply via email to