What is an Interpreter in Computers?
An interpreter is a program which reads and executes the source code program line by line. It does not translate the source code into machine code. Therefore, an interpreter is also called program execution environment. The designer of an interpreter goes through the source language, and makes a list of the the operations required to … Read more