Category
page 1Compiler theory
compiler-compiler
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.
cross compiler
compiler which runs on one host platform, but creates executable programs for other platforms
bootstrapping
process of writing a compiler (or assembler) in the source programming language that it intends to compile
Compilers: Principles, Techniques, and Tools
computer science compiler technology textbook
optimizing compiler
compiler that tries to minimize or maximize some attributes of an executable computer program