I have used javacc to parse SQL in the past month. I write the .jj
do***ent and it works well.
But when I review the .jj today, I have a question: What is the exact
means of the "options" in javacc?
I type the "javacc" in cmd line, then I can get all option in the
result. Some options is easy to understand by its name, such as
LOOKAHEAD,DEBUG_LOOKAHEAD , ERROR_RE****TING, UNICODE_INPUT ,
IGNORE_CASE etc.But how the other option affect the javacc result?
Who can tell me or how to find the do***ent about the "options"?
thx to all.


|