jlex

Lex-style lexical analyser generator for Java
  https://www.cs.princeton.edu/~appel/modern/java/JLex/
  0
  no reviews



The JLex utility is a lexical analyser generator, modelled after the popular UNIX "lex" utility.

JLex takes a specification file similar to that accepted by Lex, then creates a Java source file for the corresponding lexical analyzer.