[
Scripted Compiler ::
Lexing SQL :: -->
Parsing SQL ]
The grammar for SQL at
http://www.programmar.com/ex_sql2.htm
also lists reserved words, i.e. lexer information.
This will be an example of
Scripted Lexing.
[
Scripted Compiler ::
Lexing SQL :: -->
Parsing SQL ]