Jump to content

Compiler-compiler

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jan Hidders (talk | contribs) at 05:58, 10 August 2002 (stub from FOLDOC). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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.