Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tioga(1) [debian man page]

TIOGA(1)						      General Commands Manual							  TIOGA(1)

NAME
tioga - toolbox for irb-like tioga scripts SYNOPSIS
tioga file.rb [actions] DESCRIPTION
tioga is a toolbox to work with 'irb-like' Tioga graphics, such as the ones provided in the libtioga-ruby-examples package. Here are typi- cal uses: tioga plots.rb -l gives a list of plots available in the file plots.rb. tioga plots.rb -0 runs the first plot of the plots.rb file and displays it using xpdf as a viewer. You really should consider giving a look at the /usr/share/doc/libtioga-ruby/html/classes/Tioga/Tutorial/CommandLine.html page found in the libtioga-ruby-doc package. SEE ALSO
The documentation in the /usr/share/doc/libtioga-ruby/html/ directory of the package libtioga-ruby-doc. AUTHOR
tioga was written by Bill Paxton. This manual page was written by Vincent Fourmond for the Debian project, but may be used by others. Tioga version 1.5 April 2007 TIOGA(1)

Check Out this Related Man Page

racc(1) 						      General Commands Manual							   racc(1)

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