freebsd-ports/java/jlex/pkg-descr
Chris Piazza ed8f26a14f JLex: a uitility based upon the Lex lexical analyzer generator model.
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>
1999-07-04 00:10:23 +00:00

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