File: yacc.1

package info (click to toggle)
manpages-ja 0.5.0.0.20221215%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 29,304 kB
  • sloc: perl: 161; makefile: 61
file content (35 lines) | stat: -rw-r--r-- 1,548 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
.\"*******************************************************************
.\"
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.\"
.\" To be translated for 3.8.2, 2022-03-11
.\"
.TH YACC 1 2007/11 "GNU Bison 3.8.2" ユーザーコマンド
.SH 名前
yacc \- GNU プロジェクトパーサージェネレーター
.SH 書式
\fByacc\fP [\fIOPTION\fP]... \fIFILE\fP
.SH 説明
\fIYacc\fP (Yet Another Compiler Compiler) はパーサージェネレーターです。 本バージョンは \fIbison\fP(1)
に対する単純なラッパーです。 上位互換モードを有効にするために、 本ラッパーは \fB\-y\fP, \fB\-\-yacc\fP を受け渡します。 詳しくは
\fIbison\fP(1) を参照してください。
.SH 著者
Paul Eggert
.SH バグ報告
バグを発見したら <bug\-bison@gnu.org> まで報告して下さい。
.SH 著作権
Copyright \(co 2021 Free Software Foundation, Inc.
.br
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
.SH 関連項目
\fBlex\fP(1), \fBflex\fP(1), \fBbison\fP(1).
.PP
\fBbison\fP の完全なドキュメントは Texinfo マニュアルとしてメンテナンスされています。 \fBinfo\fP と \fBbison\fP
の両プログラムが適切にインストールされていれば、 以下のコマンド
.IP
\fBinfo bison\fP
.PP
を実行して完全なマニュアルを参照できます。