V4/usr/man/man6/yacc.6

Find at most related files.
including files from this version of Unix.

.th YACC VI 6/6/73
.sh NAME
yacc \*- yet another compiler-compiler
.sh SYNOPSIS
.bd yacc
[ grammar ]
.sh DESCRIPTION
.it Yacc
converts a context-free grammar into a set of
tables for a simple automaton which executes an LR(1) parsing
algorithm.
.s3
For complete information, see the author.
.sh "SEE ALSO"
"LR Parsing", by A. V. Aho and S. C. Johnson.
.sh AUTHOR
S. C. Johnson
.sh BUGS