V4/man/man6/yacc.6

Compare this file to the similar file:
Show the results in this format:

.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