An interpreter is a program that executes, i.e. performs, instructions written in a programming language.
An interpreter may be a program that either
- executes the source code directly
- translates source code into some efficient intermediate representation (code) and immediately executes this
- explicitly executes stored precompiled code1 made by a compiler which is part of the interpreter system