jflex

Lexical analyzer generator for Java that creates scanners from specifications

brewmacoslinux
Try with needOr install directly
Source

About

Lexical analyzer generator for Java, written in Java

Commands

jflex

Examples

Generate a lexical analyzer from a JFlex specification file$ jflex input.flex
Generate a lexer with verbose output to see detailed generation info$ jflex -v input.flex
Generate a lexer with a specific output directory$ jflex -d ./output input.flex