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 w..... Found on http://en.wikipedia.org/wiki/Yacc
Yet Another Compiler Compiler - a Unix compiler that is used to create C compilers - part of its code is included in the generated compiler (see Bison)
Found on http://www.archivemag.co.uk/