Название: Basics of Compiler Design
Автор: Torben AEgidius Mogensen
Издательство: University of Copenhagen
Год: 2010
Формат: pdf
Страниц: 319
Размер: 1.1 mb.
Язык: English
In order to reduce the complexity of designing and building computers, nearly all of these are made to execute relatively simple commands (but do so very quickly). A program for a computer must be built by combining these very simple commands into a program in what is called machine language. Since this is a tedious and errorprone process most programming is, instead, done using a high-level programming language. This language can be very different from the machine language that the computer can execute, so some means of bridging the gap is required. This is where the compiler comes in.