Tags: Programming Language.
Yacc is a computer program for the Unix operating system. The name is an acronym for Yet Another Compiler Compiler. It is a LALR parser generator generating a parser the part of a compiler that tries to make syntactic sense of the source code specifically a LALR parser based on an analytic grammar written in a notation similar to BNF. It was developed in 1970 by Stephen C.