.\" DO NOT MODIFY THIS FILE! it was generated by rd2 .TH racc 1 "April 2005" .SH NAME .PP racc \- Ruby LALR parser generator .SH SYNOPSIS .PP racc [options] file .SH DESCRIPTION .PP Racc is a LALR(1) parser generator. It is written in Ruby itself, and generates Ruby program. .SH OPTIONS .TP .fi .B \-g, \-\-debug output parser for user level debugging. .TP .fi .B \-o, \-\-output\-file file name of output. [.tab.rb] .TP .fi .B \-e, \-\-executable .nf \& insert #! line in output. ('ruby' to default) .fi .TP .fi .B \-E, \-\-embedded output file which don't need runtime. .TP .fi .B \-l, \-\-no\-line\-convert never convert line numbers. (for ruby<=1.4.3) .TP .fi .B \-c, \-\-line\-convert\-all convert line numbers also header and footer. .TP .fi .B \-a, \-\-no\-omit\-actions never omit actions. .TP .fi .B \-v, \-\-verbose create .output file. .TP .fi .B \-O, \-\-log\-file file name of verbose output. [.output] .TP .fi .B \-C, \-\-check\-only syntax check only. .TP .fi .B \-S, \-\-output\-status output status time to time. .TP .fi .B \-\-no\-extentions run without any ruby extentions. .TP .fi .B \-h, \-\-help print this message and quit. .TP .fi .B \-\-version print version and quit. .TP .fi .B \-\-runtime\-version print runtime version and quit. .TP .fi .B \-\-copyright print copyright and quit. .SH SEE ALSO .PP /usr/share/doc/racc/html.en/index.html (English) or /usr/share/doc/racc/html.ja/index.html (Japanese).