History Of Compiler Construction
In computing, a compiler is a computer program that transforms source code written in a programming language or computer language (the source language), into another computer language (the target language, often having a binary form known as object code or Machine code). The most common reason for wanting to transform source code is to create an executable program.
Any program written in a high level programming language must be translated to object code before it can be executed, so all programmers using such a language use a compiler or an interpreter. Thus, compilers are very important to programmers. Any improvement to a compiler leads to a large number of improved executable programs.
Compilers are large and complex programs, but systematic analysis and research by computer scientists has led to a clearer understanding of compiler construction and a large body of theory has been developed around them. Research into compiler construction has led to tools that make it much easier to create compilers, so that today computer science students can create their own small language and develop a simple compiler for it in a few weeks.
Read more about History Of Compiler Construction: First Compilers, Self-hosting Compilers, Context-free Grammars and Parsers, Grammar Description Languages, Parser Generators, Cross Compilation, Optimizing Compilers, Diagnostics, Notable Compilers, See Also
Famous quotes containing the words history of, history and/or construction:
“The history of mankind interests us only as it exhibits a steady gain of truth and right, in the incessant conflict which it records between the material and the moral nature.”
—Ralph Waldo Emerson (18031882)
“Like their personal lives, womens history is fragmented, interrupted; a shadow history of human beings whose existence has been shaped by the efforts and the demands of others.”
—Elizabeth Janeway (b. 1913)
“The construction of life is at present in the power of facts far more than convictions.”
—Walter Benjamin (18921940)