Log in / create account | Login with OpenID
DocForge
Programmer's Wiki

Interpreter

From DocForge

This page is a stub. It's lacking in details and can use your help. Please contribute your knowledge to this page.

An interpreter is a program that reads and executes another program. Interpreters are typically programs dedicated to reading and executing human readable source code in a given language on demand.