YACC(VI)                     6/6/73                      YACC(VI)







NAME

     yacc - yet another compiler-compiler



SYNOPSIS

     yacc [ grammar ]



DESCRIPTION

     Yacc converts a context-free grammar into a  set  of  tables

     for  a  simple  automaton  which  executes  an LR(1) parsing

     algorithm.



     For complete information, see the author.



SEE ALSO

     "LR Parsing", by A. V. Aho and S. C. Johnson.



AUTHOR

     S. C. Johnson



BUGS