Re: lexer for query strings

2005-06-20 Thread Dan Nelson
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

lexer for query strings

2005-06-20 Thread William G.J. Halfond
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