Content deleted Content added
→Examples: rm extlink |
m minor copy edits |
||
Line 6:
In [[computer science]], a '''compiler-compiler''' or '''compiler generator''' is a programming tool that creates a [[parsing|parser]], [[interpreter (computer software)|interpreter]], or [[compiler]] from some form of formal description of a [[programming language]] and machine.
The most common type of compiler-compiler is
A [[formal grammar|grammar]] file is supplied as the input for a parser generator. This is typically written in [[Backus–Naur form]] (BNF) or [[extended Backus–Naur form]] (EBNF) and defines the [[Syntax (programming languages)|syntax]] of a target programming language.
|