aboutsummaryrefslogblamecommitdiff
path: root/java/jlex/pkg-descr
blob: c3d252f50e3b2298300ad6322feb4f4df1c6a5eb (plain) (tree)
1
2
3
4
5




                                                                        
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.

WWW: http://www.cs.princeton.edu/~appel/modern/java/JLex/