8a0afca
.TH JFLEX "1" "October 2005"
8a0afca
.SH NAME
8a0afca
jflex \- a lexical analyzer generator (also known as scanner generator) for Java
8a0afca
.SH SYNOPSIS
8a0afca
.B jflex
8a0afca
\fI<options> <input-files>\fR
8a0afca
.SH DESCRIPTION
8a0afca
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. 
8a0afca
8a0afca
.SH OPTIONS
8a0afca
.TP
8a0afca
\fB\-d\fR <directory>
8a0afca
write generated file to <directory>
8a0afca
.TP
8a0afca
\fB\-\-skel\fR <file>
8a0afca
use external skeleton <file>
8a0afca
.TP
8a0afca
\fB\-\-switch\fR, \fB\-\-table\fR, \fB\-\-pack\fR
8a0afca
set default code generation method
8a0afca
.TP
8a0afca
\fB\-\-jlex\fR
8a0afca
strict JLex compatibility
8a0afca
.TP
8a0afca
\fB\-\-nomin\fR
8a0afca
skip minimization step
8a0afca
.TP
8a0afca
\fB\-\-nobak\fR
8a0afca
don't create backup files
8a0afca
.TP
8a0afca
\fB\-\-dump\fR
8a0afca
display transition tables
8a0afca
.TP
8a0afca
\fB\-\-dot\fR
8a0afca
write graphviz .dot files for the generated automata (alpha)
8a0afca
.TP
8a0afca
\fB\-\-verbose\fR, \fB\-v\fR
8a0afca
display generation progress messages (default)
8a0afca
.TP
8a0afca
\fB\-\-quiet\fR, \fB\-q\fR
8a0afca
display errors only
8a0afca
.TP
8a0afca
\fB\-\-time\fR
8a0afca
display generation time statistics
8a0afca
.TP
8a0afca
\fB\-\-version\fR
8a0afca
print the version number of this copy of jflex
8a0afca
.TP
8a0afca
\fB\-\-info\fR
8a0afca
print system + JDK information
8a0afca
.TP
8a0afca
\fB\-\-help\fR, \fB\-h\fR
8a0afca
print this message
8a0afca
.PP
8a0afca
8a0afca
.SH AUTHOR
8a0afca
This manual page was written by Wolfgang Baer <WBaer@gmx.de>,
8a0afca
for the Debian project (but may be used by others).