Compiler-compiler
Appearance
A compiler-compiler is a utility for generating the source code of a parser, interpreter or compiler from an annotated language description (usually in BNF). Most so called compiler-compilers are really just parser generators.
Examples are Bison, Eli, FSL, META 5, MUG2, Parsley (compiler-compiler), Pre-cc, Yacc.
This article (or an earlier version of it) contains material from FOLDOC, used with permission.