Download jflex-1.6.0.jar file - Jar j

Jar examples for j:jflex

Description

JFlex is a lexical analyzer generator (also known as scanner generator) for Java(tm), written in Java(tm). It is also a rewrite of the very useful tool JLex which was developed by Elliot Berk at Princeton University. As Vern Paxson 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.

You can download jar file jflex 1.6.0 in this page.

License

GNU General Public License

Build File

You can use the following script to add jflex-1.6.0.jar to your project.

<dependency>
   <groupId>de.jflex</groupId>
   <artifactId>jflex</artifactId>
   <version>1.6.0</version>
</dependency>
compile group: 'de.jflex', name: 'jflex', version: '1.6.0'
libraryDependencies += "de.jflex" % "jflex" % "1.6.0"
<dependency org="de.jflex" name="jflex" rev="1.6.0"/>
@Grapes(@Grab(group='de.jflex', module='jflex', version='1.6.0'))
'de.jflex:jflex:jar:1.6.0'

Download

Click the following link to download the jar file.

jflex-1.6.0-javadoc.jar
jflex-1.6.0-sources.jar
jflex-1.6.0.jar
jflex-1.6.0.pom



Related Tutorials