Blame SOURCES/jflex.1

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