Translator (computing)


A translator or programming language processor is a compiler for converting a program written in the source language into a program in a different programming language (the target language) that is functionally equivalent. This is without losing the functional or logical structure of the original program.[1] These include translations between high-level and human-readable computer languages such as C++ and Java, intermediate-level languages such as Java bytecode, low-level languages such as the assembly language and machine code, and between similar levels of language on different computing platforms, as well as from any of these to any other of these. The term is also used for translators between software implementations and hardware/ASIC microchip implementations of the same program, and from software descriptions of a microchip to the logic gates needed to build it.

Examples of widely used types of computer languages translators include interpreters,[dubious ] compilers and decompilers, and assemblers and disassemblers.[2]

References

  1. ^ "COMS W4115: Programming Languages and Translators". cs.columbia.edu. December 24, 2013. Retrieved January 7, 2015.
  2. ^ "Introduction to Programming using Python, Chapter 5. Program execution, Section 5.2. Interpreter and Compiler". pasteur.fr. February 4, 2008. Archived from the original on March 28, 2003. Retrieved January 7, 2015.

External links