Glossary / Interpreter

Term: Interpreter

Interpreters read, translate and execute one statement at a time from high-level language source code.

An interpreter stops when a line of code is reached that contains an error.

Interpreters are an example of a translator.