Translator (computing): Difference between revisions

Content deleted Content added
Compiler accept code.
Tags: Reverted Visual edit Mobile edit Mobile web edit
m Reverted 1 edit by 106.222.22.79 (talk) to last revision by 37.72.119.210
Line 16:
A [[compiler]] is a translator used to convert [[high-level programming language]] to [[low-level programming language]]. It converts the whole [[Computer program|program]] in one session and reports [[Software bug|errors]] detected after the conversion. The compiler takes time to do its work as it translates high-level code to lower-level code all at once and then saves it to memory.
A compiler is [[Central processing unit|processor]]-dependent and [[Cross-platform software|platform-dependent]].
It has been addressed by alternate names as the following: special compiler, cross-compiler and, source-to-source compiler.<ref name="TCS_2018"/><ref name="Thornton_2017"/><ref name="Pasteur_2008"/>campiler acceept the code written in high level language.
 
=== Interpreter ===