Scroll to navigation

JFLEX(1) General Commands Manual JFLEX(1)

NAME

jflex - a lexical analyzer generator (also known as scanner generator) for Java

SYNOPSIS

jflex <options> <input-files>

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. JFlex is designed to work together with the LALR parser generator CUP, and the Java modification of Berkeley Yacc BYacc/J. It can also be used together with other parser generators like ANTLR or as a standalone tool.

OPTIONS

write generated file to <directory>
use external skeleton <file>
set default code generation method
strict JLex compatibility
skip minimization step
don't create backup files
display transition tables
write graphviz .dot files for the generated automata (alpha)
display generation progress messages (default)
display errors only
display generation time statistics
print the version number of this copy of jflex
print system + JDK information
print this message

AUTHOR

This manual page was written by Wolfgang Baer <WBaer@gmx.de>, for the Debian project (but may be used by others).

October 2005