What Does Interpreter Mean?

An interpreter is a computer program that is used to directly execute program instructions written using one of the many high-level programming languages.

Techopedia Explains Interpreter

Humans can only understand high-level languages, which are called source code. Computers, on the other hand, can only understand programs written in binary languages, so either an interpreter or compiler is required.