In the last episode (Jun 20), William G.J. Halfond said:
> I'm not sure if this question is more appropriate for general
> discussion or the internals list.
>
> I want to create a tokenizer/lexer for MySQL's dialect of SQL to use
> in a JAVA application. I thought I could do this by creating a JA
Hello,
I'm not sure if this question is more appropriate for general discussion
or the internals list.
I want to create a tokenizer/lexer for MySQL's dialect of SQL to use in
a JAVA application. I thought I could do this by creating a JAVA
wrapper on the lexer code for MySQL. I looked thro