mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
ed8f26a14f
It takes a specification file similar to that accepted by Lex and creates a Java source file for the correspoding lexical analyzer. PR: 12476 Submitted by: Jake Burkholder <jake@checker.org>
9 lines
294 B
Plaintext
9 lines
294 B
Plaintext
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/
|
|
|
|
- Jake
|
|
jake@checker.org
|