Skip to content
EntityQ1076785· pop 20· linked from 111 articles

compiler-compiler

Sign in to save

Also known as parser generator, compiler generator, code generator-generators, compiler compiler, metacompiler

In computer science, a compiler-compiler or compiler generator is a programming tool that creates a parser, interpreter, or compiler from some form of formal description of a programming language and machine.

~27 min read

Article

17 sections
Contents
  • Variants
  • Metacompilers
  • The meaning of metacompiler
  • Forth metacompiler
  • History
  • Schorre metalanguages
  • META I
  • META II
  • TREE-META
  • CWIC
  • Generators language
  • CWIC addressed [[domain-specific language]]s before the term [[domain-specific language]] existed
  • Examples
  • See also
  • References and notes
  • Further reading
  • External links

In computer science, a compiler-compiler or compiler generator is a programming tool that creates a parser, interpreter, or compiler from some form of formal description of a programming language and machine.

The most common type of compiler-compiler is called a parser generator. It handles only syntactic analysis.

Connections

Categories