Concept in Definition ABC
Miscellanea / / July 04, 2021
By Florencia Ucha, on Apr. 2013
The word compiler is a term that is used in our language with two senses. On the one hand, it is designated in that way to that person, a professional, which is dedicated to the activity of compiling. While compiling implies the meeting in the same text of fragments or extracts of various works that have already been published by other authors from time to time.
So, precisely this task of gathering these fragments and incorporating them in a coherent way in a work is the activity carried out by a compiler. Even more, it should be noted that there are compilation works that turn out to be a bestseller since they bring together, for example, various texts or poetry by renowned authors.
Compiler in the field of Technology
Basically the Compiler consists of a system that enables the transformation of the Code Source, written by the Username forming lines of programming, towards what is understood as Object Code, in such a way that the "text" that was programmed can be readable and interpreted by the system or platform on which it is to be executed. In this context, the compiler helps to display errors, if any, be they syntactic or
semantics, and thus, make the program flow correctly.It should be noted that the resulting language is what is known as machine language, which consists of a system of codes plausible to be interpreted by a programmable micro circuit, such is the case of the microprocessor of a computer. Although it can also be an intermediate code or just text.
Now, the generation of a computer compiler will involve two central episodes. On the one hand, the analysis of the source program and, on the other, the synthesis in relation to the object language.
Compiler themes