Meta Configuration of Package jflex
1
<package name="jflex" project="devel:java:maven">
2
<title>Lexical Analyzer Generator for Java</title>
3
<description>JFlex is a lexical analyzer generator for Java written in Java. It is
4
also a rewrite of the very useful tool JLex which was developed by
5
Elliot Berk at Princeton University. As Vern Paxson states for his
6
C/C++ tool flex: they do not share any code though.
7
8
Design goals The main design goals of JFlex are:
9
10
* Full unicode support
11
12
* Fast generated scanners
13
14
* Fast scanner generation
15
16
* Convenient specification syntax
17
18
* Platform independence
19
20
* JLex compatibility
21
</description>
22
</package>
23