RD Glossary C- Compiler
- A compiler is a computer program which transforms a program specified in one language, the source language, to a program which is specified in another language, the target language.
Traditionally the source language is a high level programming language which eases the processes of developing a program. The compiler then translates this to the target language which is usually in a form which is more easily executable but also much less understandable.
RD Glossary by Run Digital |