blob: 9d037bfc00d3aa88eba70aa5bbcad3655b645d22 (
plain) (
blame)
1
2
3
|
The JLex utility is based upon the Lex lexical analyzer generator model.
JLex takes a specification file similar to that accepted by Lex, then
creates a Java source file for the corresponding lexical analyzer.
|