~ [ source navigation ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Minix Cross Reference
Minix/commands/byacc/


Name Size Last modified (GMT) Description
Back Parent directory 1996-09-12 21:18:55
File ACKNOWLEDGEMEN 771 bytes 1996-04-10 02:28:18
File MANIFEST 1075 bytes 1996-04-10 02:28:18
File Makefile 1235 bytes 1996-04-10 02:28:20
File NEW_FEATURES 2050 bytes 1996-04-10 02:28:18
File NOTES 504 bytes 1996-04-10 02:28:18
File NO_WARRANTY 156 bytes 1996-04-10 02:28:18
File README 1152 bytes 1996-04-10 02:28:18
C file closure.c 4275 bytes 1996-04-10 02:28:19
C file defs.h 6214 bytes 1996-04-10 02:28:19
C file error.c 6051 bytes 1996-04-10 02:28:19
C file lalr.c 10213 bytes 1996-04-10 02:28:19
C file lr0.c 9587 bytes 1996-04-10 02:28:19
C file main.c 6653 bytes 1996-04-10 02:28:19
C file mkpar.c 6316 bytes 1996-04-10 02:28:19
C file output.c 22738 bytes 1996-04-10 02:28:20
C file reader.c 30469 bytes 1996-04-10 02:28:20
C file skeleton.c 8596 bytes 1996-04-10 02:28:20
C file symtab.c 1841 bytes 1996-04-10 02:28:20
C file verbose.c 6329 bytes 1996-04-10 02:28:20
C file warshall.c 1191 bytes 1996-04-10 02:28:20

  1     Berkeley Yacc is an LALR(1) parser generator.  Berkeley Yacc has been made
  2 as compatible as possible with AT&T Yacc.  Berkeley Yacc can accept any input
  3 specification that conforms to the AT&T Yacc documentation.  Specifications
  4 that take advantage of undocumented features of AT&T Yacc will probably be
  5 rejected.
  6 
  7     Berkeley Yacc is distributed with no warranty whatever.  The code is certain
  8 to contain errors.  Neither the author nor any contributor takes responsibility
  9 for any consequences of its use.
 10 
 11     Berkeley Yacc is in the public domain.  The data structures and algorithms
 12 used in Berkeley Yacc are all either taken from documents available to the
 13 general public or are inventions of the author.  Anyone may freely distribute
 14 source or binary forms of Berkeley Yacc whether unchanged or modified.
 15 Distributers may charge whatever fees they can obtain for Berkeley Yacc.
 16 Programs generated by Berkeley Yacc may be distributed freely.
 17 
 18     Please report bugs to
 19 
 20                         robert.corbett@eng.Sun.COM
 21 
 22 Include a small example if possible.  Please include the banner string from
 23 skeleton.c with the bug report.  Do not expect rapid responses.

~ [ source navigation ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.