Research V4 development
[unix-history] / man / man6 / yacc.6
CommitLineData
ed5e73dd
SJ
1.th YACC VI 6/6/73
2.sh NAME
3yacc \*- yet another compiler-compiler
4.sh SYNOPSIS
5.bd yacc
6[ grammar ]
7.sh DESCRIPTION
8.it Yacc
9converts a context-free grammar into a set of
10tables for a simple automaton which executes an LR(1) parsing
11algorithm.
12.s3
13For complete information, see the author.
14.sh "SEE ALSO"
15"LR Parsing", by A. V. Aho and S. C. Johnson.
16.sh AUTHOR
17S. C. Johnson
18.sh BUGS