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 >
Text File  |  1992-08-22  |  3KB  |  181 lines

  1. resource 'cmdo' (128, "Bison") {
  2.     {    /* array dialogs: 1 elements */
  3.         /* [1] */
  4.         275,
  5.         "GNU parser generator.  See the Bison manual for more information.",
  6.         {    /* array itemArray: 12 elements */
  7.             /* [1] */
  8.             NotDependent {
  9.  
  10.             },
  11.             Redirection {
  12.                 StandardOutput,
  13.                 {19, 208}
  14.             },
  15.             /* [2] */
  16.             NotDependent {
  17.  
  18.             },
  19.             Redirection {
  20.                 DiagnosticOutput,
  21.                 {19, 336}
  22.             },
  23.             /* [3] */
  24.             NotDependent {
  25.  
  26.             },
  27.             CheckOption {
  28.                 NotSet,
  29.                 {62, 33, 78, 170},
  30.                 "Generate defines",
  31.                 "-d",
  32.                 "Generate the y.tab.h file defining token types."
  33.             },
  34.             /* [4] */
  35.             NotDependent {
  36.  
  37.             },
  38.             CheckOption {
  39.                 NotSet,
  40.                 {78, 33, 94, 177},
  41.                 "No #line directives",
  42.                 "-l",
  43.                 "Generate a parser without #line directives."
  44.             },
  45.             /* [5] */
  46.             NotDependent {
  47.  
  48.             },
  49.             CheckOption {
  50.                 NotSet,
  51.                 {94, 33, 110, 161},
  52.                 "Debugging parser",
  53.                 "-t",
  54.                 "Generate a parser which runs in debug mode."
  55.             },
  56.             /* [6] */
  57.             NotDependent {
  58.  
  59.             },
  60.             CheckOption {
  61.                 NotSet,
  62.                 {110, 33, 126, 182},
  63.                 "Verbose operation",
  64.                 "-v",
  65.                 "Write the y.output file summarizing the grammar."
  66.             },
  67.             /* [7] */
  68.             NotDependent {
  69.  
  70.             },
  71.             CheckOption {
  72.                 NotSet,
  73.                 {126, 33, 142, 173},
  74.                 "Use yacc names",
  75.                 "-y",
  76.                 "Use the traditional yacc file names for output.  If this "
  77.                 "option is not set, the  files are prefixed by the name of "
  78.                 "the input file (e.g., name.y ==> name.tab.c)."
  79.             },
  80.             /* [8] */
  81.             NotDependent {
  82.  
  83.             },
  84.             CheckOption {
  85.                 NotSet,
  86.                 {142, 33, 158, 170},
  87.                 "Version string",
  88.                 "-V",
  89.                 "Print the Bison version string to stdout."
  90.             },
  91.             /* [9] */
  92.             NotDependent {
  93.  
  94.             },
  95.             RegularEntry {
  96.                 "Name Prefix",
  97.                 {78, 226, 94, 311},
  98.                 {78, 314, 94, 446},
  99.                 "",
  100.                 ignoreCase,
  101.                 "-p",
  102.                 "Use this text as a prefix to variable names, instead of "
  103.                 "the tradition `yy'.  For example, (yylex ==> <prefix>lex). "
  104.                 "These symbols are changed: yyparse, yylex, yyerror, yylval, "
  105.                 "yychar, and yydebug."
  106.             },
  107.             /* [10] */
  108.             NotDependent {
  109.  
  110.             },
  111.             RegularEntry {
  112.                 "File Prefix",
  113.                 {110, 238, 126, 311},
  114.                 {110, 314, 126, 446},
  115.                 "",
  116.                 ignoreCase,
  117.                 "-b",
  118.                 "Use this text as a prefix for file names; instead of the "
  119.                 "traditional y.tab.c, write to <prefix>.tab.c, etc."
  120.             },
  121.             /* [11] */
  122.             NotDependent {
  123.  
  124.             },
  125.             Files {
  126.                 InputFile,
  127.                 RequiredFile {
  128.                     {33, 34, 54, 138},
  129.                     "Bison File",
  130.                     "",
  131.                     "Select a file of grammar specifications."
  132.                 },
  133.                 Additional {
  134.                     "",
  135.                     ".y",
  136.                     "Only Bison files",
  137.                     "All text files",
  138.                     {    /* array TypesArray: 1 elements */
  139.                         /* [1] */
  140.                         text
  141.                     }
  142.                 }
  143.             },
  144.             /* [12] */
  145.             Or {
  146.                 {    /* array OrArray: 1 elements */
  147.                     /* [1] */
  148.                     11
  149.                 }
  150.             },
  151.             DoItButton {
  152.  
  153.             }
  154.         }
  155.     }
  156. };
  157.  
  158. resource 'vers' (1) {
  159.     0x1,
  160.     0x12,
  161.     release,
  162.     0x0,
  163.     verUS,
  164.     "1.18",
  165.     "v1.18, ©1992 Free Software Foundation.  "
  166.     "See the file COPYING for more informatio"
  167.     "n on the GNU public license.  Converted "
  168.     "to MPW by Matt Holiday."
  169. };
  170.  
  171. resource 'vers' (2, purgeable) {
  172.     0x3,
  173.     0x2,
  174.     release,
  175.     0x0,
  176.     verUS,
  177.     "3.2",
  178.     "MPW 3.2"
  179. };
  180.  
  181.