forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
5 lines
269 B
Text
5 lines
269 B
Text
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/
|