JFlex - The Fast Scanner Generator for Java https://www.jflex.de/
Go to file
2024-01-06 00:05:35 +01:00
java-jflex.spec automatic update by autodist [release 1.9.1-1mamba;Mon Oct 09 2023] 2024-01-06 00:05:35 +01:00
jflex.sh update to 1.8.2 [release 1.8.2-1mamba;Sat Aug 13 2022] 2024-01-06 00:05:34 +01:00
README.md update to 1.8.2 [release 1.8.2-1mamba;Sat Aug 13 2022] 2024-01-06 00:05:34 +01:00

java-jflex

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.