diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-07-04 00:10:23 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-07-04 00:10:23 +0000 |
commit | 25fc0a04a86cba51ce7325757960072b4263e4e2 (patch) | |
tree | 661113b786f84ca183543400cbc29b2a59dd9494 /java/jlex/pkg-descr | |
parent | 120b7d61bde3747bba53d1338a894f43677d73da (diff) | |
download | FreeBSD-ports-25fc0a04a86cba51ce7325757960072b4263e4e2.zip FreeBSD-ports-25fc0a04a86cba51ce7325757960072b4263e4e2.tar.gz |
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>
Diffstat (limited to 'java/jlex/pkg-descr')
-rw-r--r-- | java/jlex/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/java/jlex/pkg-descr b/java/jlex/pkg-descr new file mode 100644 index 0000000..3e60ef1 --- /dev/null +++ b/java/jlex/pkg-descr @@ -0,0 +1,8 @@ +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 |