Source: jflex Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Markus Koschany Build-Depends: ant, cup (>= 0.11b-20160615-2), debhelper (>= 11), default-jdk, javahelper, jflex (>= 1.6.1), junit, maven-repo-helper Standards-Version: 4.2.1 Vcs-Git: https://anonscm.debian.org/git/pkg-java/jflex.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jflex.git Homepage: http://www.jflex.de/ Package: jflex Architecture: all Depends: default-jre-headless | java7-runtime-headless, ${java:Depends}, ${misc:Depends} Enhances: ant-optional Description: lexical analyzer generator for Java It is also a rewrite of the very useful tool JLex which was developed by Elliot Berk at Princeton University. As Vern Paxon states for his C/C++ tool flex : They do not share any code though. . JFlex is designed to work together with the LALR parser generator CUP by Scott Hudson, and the Java modification of Berkeley Yacc BYacc/J by Bob Jamison. It can also be used together with other parser generators like ANTLR or as a standalone tool.