home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.mactech.com 2010
/
ftp.mactech.com.tar
/
ftp.mactech.com
/
online
/
source
/
c
/
compilers
/
Bison.sit.hqx
/
Bison
/
Source
/
Bison.r
< prev
next >
Wrap
Text File
|
1992-08-22
|
3KB
|
181 lines
resource 'cmdo' (128, "Bison") {
{ /* array dialogs: 1 elements */
/* [1] */
275,
"GNU parser generator. See the Bison manual for more information.",
{ /* array itemArray: 12 elements */
/* [1] */
NotDependent {
},
Redirection {
StandardOutput,
{19, 208}
},
/* [2] */
NotDependent {
},
Redirection {
DiagnosticOutput,
{19, 336}
},
/* [3] */
NotDependent {
},
CheckOption {
NotSet,
{62, 33, 78, 170},
"Generate defines",
"-d",
"Generate the y.tab.h file defining token types."
},
/* [4] */
NotDependent {
},
CheckOption {
NotSet,
{78, 33, 94, 177},
"No #line directives",
"-l",
"Generate a parser without #line directives."
},
/* [5] */
NotDependent {
},
CheckOption {
NotSet,
{94, 33, 110, 161},
"Debugging parser",
"-t",
"Generate a parser which runs in debug mode."
},
/* [6] */
NotDependent {
},
CheckOption {
NotSet,
{110, 33, 126, 182},
"Verbose operation",
"-v",
"Write the y.output file summarizing the grammar."
},
/* [7] */
NotDependent {
},
CheckOption {
NotSet,
{126, 33, 142, 173},
"Use yacc names",
"-y",
"Use the traditional yacc file names for output. If this "
"option is not set, the files are prefixed by the name of "
"the input file (e.g., name.y ==> name.tab.c)."
},
/* [8] */
NotDependent {
},
CheckOption {
NotSet,
{142, 33, 158, 170},
"Version string",
"-V",
"Print the Bison version string to stdout."
},
/* [9] */
NotDependent {
},
RegularEntry {
"Name Prefix",
{78, 226, 94, 311},
{78, 314, 94, 446},
"",
ignoreCase,
"-p",
"Use this text as a prefix to variable names, instead of "
"the tradition `yy'. For example, (yylex ==> <prefix>lex). "
"These symbols are changed: yyparse, yylex, yyerror, yylval, "
"yychar, and yydebug."
},
/* [10] */
NotDependent {
},
RegularEntry {
"File Prefix",
{110, 238, 126, 311},
{110, 314, 126, 446},
"",
ignoreCase,
"-b",
"Use this text as a prefix for file names; instead of the "
"traditional y.tab.c, write to <prefix>.tab.c, etc."
},
/* [11] */
NotDependent {
},
Files {
InputFile,
RequiredFile {
{33, 34, 54, 138},
"Bison File",
"",
"Select a file of grammar specifications."
},
Additional {
"",
".y",
"Only Bison files",
"All text files",
{ /* array TypesArray: 1 elements */
/* [1] */
text
}
}
},
/* [12] */
Or {
{ /* array OrArray: 1 elements */
/* [1] */
11
}
},
DoItButton {
}
}
}
};
resource 'vers' (1) {
0x1,
0x12,
release,
0x0,
verUS,
"1.18",
"v1.18, ©1992 Free Software Foundation. "
"See the file COPYING for more informatio"
"n on the GNU public license. Converted "
"to MPW by Matt Holiday."
};
resource 'vers' (2, purgeable) {
0x3,
0x2,
release,
0x0,
verUS,
"3.2",
"MPW 3.2"
};