Sha256: a4211b14c3cd6facd5ba451dbd0f55e02c38a0c24696b98527ba1e21c9c68c29
Contents?: true
Size: 1.9 KB
Versions: 5
Compression:
Stored size: 1.9 KB
Contents
<h1>Racc Command Reference</h1> <p> racc [-o<var>filename</var>] [--output-file=<var>filename</var>] [-e<var>rubypath</var>] [--embedded=<var>rubypath</var>] [-v] [--verbose] [-O<var>filename</var>] [--log-file=<var>filename</var>] [-g] [--debug] [-E] [--embedded] [-l] [--no-line-convert] [-c] [--line-convert-all] [-a] [--no-omit-actions] [-C] [--check-only] [-S] [--output-status] [--version] [--copyright] [--help] <var>grammarfile</var> </p> <dl> <dt><var>filename</var> <dd> Racc grammar file. Any extention is permitted. </dd> <dt>-o<var>outfile</var>, --output-file=<var>outfile</var> <dd> A filename for output. default is <filename>.tab.rb </dd> <dt>-O<var>filename</var>, --log-file=<var>filename</var> <dd> Place logging output in file <var>filename</var>. Default log file name is <var>filename</var>.output. </dd> <dt>-e<var>rubypath</var>, --executable=<var>rubypath</var> <dd> output executable file(mode 755). <var>path</var> is a path of ruby interpreter. </dd> <dt>-v, --verbose <dd> verbose mode. create <filename>.output file, like yacc's y.output file. </dd> <dt>-g, --debug <dd> add debug code to parser class. To display debuggin information, use this '-g' option and set @yydebug true in parser class. </dd> <dt>-E, --embedded <dd> Output parser which doesn't need runtime files (racc/parser.rb). </dd> <dt>-C, --check-only <dd> Check syntax of racc grammer file and quit. </dd> <dt>-S, --output-status <dd> Print messages time to time while compiling. </dd> <dt>-l, --no-line-convert <dd> turns off line number converting. </dd> <dt>-c, --line-convert-all <dd> Convert line number of actions, inner, header and footer. <dt>-a, --no-omit-actions <dd> Call all actions, even if an action is empty. </dd> <dt>--version <dd> print Racc version and quit. </dd> <dt>--copyright <dd> Print copyright and quit. <dt>--help <dd> Print usage and quit. </dd> </dl>
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
racc-1.4.9-java | rdoc/en/command.en.html |
racc-1.4.9 | rdoc/en/command.en.html |
racc-1.4.8 | rdoc/en/command.en.html |
racc-1.4.7 | rdoc/en/command.en.html |
racc-1.4.6 | doc/en/command.en.html |