home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / C / YACCUNX.ZIP / YACC.DOC < prev    next >
Encoding:
Text File  |  1983-12-26  |  1.3 KB  |  65 lines

  1.         yacc -- LALR(1) Parser Generator
  2.  
  3.  
  4.         NAME:  yacc - LALR(1) Parser Generator
  5.  
  6.         SYNOPSIS:
  7.  
  8.                 yacc [options] file
  9.  
  10.         DESCRIPTION:
  11.  
  12.                 Yacc is the full UNIX V7 LALR(1) parser generator.  This
  13.                 version has smaller allocations for the work tables, but
  14.                 is otherwise exactly  the  UNIX  version.   For  further
  15.                 documentation  on the use and operation of yacc, see the
  16.                 UNIX documentation.  The following options are defined:
  17.  
  18.                 -h              Generate "file.H" containing  the  token
  19.                                 code  #defines for your lexical analyzer
  20.                                 to #include.
  21.  
  22.                 -i              Generate "file.I" containing a  descrip-
  23.                                 tion   of   the   parser   as   to   the
  24.                                 shift-reduce  actions,  and  a  set   of
  25.                                 informative statistics about parser con-
  26.                                 struction.
  27.  
  28.         DIAGNOSTICS:
  29.  
  30.                 Usage ...
  31.  
  32.                         Illegal  options  cause  an   extensive   "help"
  33.                         message to be printed.
  34.  
  35.                 Many other fairly descriptive error messages.
  36.  
  37.         BUGS:
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.