interpret
- Run a program that has been compiled to intermediate code. The executable
file contains instructions in intermediate code. This translation is done by a
system program called an interpreter, sometimes called a "runner.
See also compile, debug, execute, link.
- The 4GL P-code Runner can interpret 4GL source code by executing the
intermediate code (the p-code) produced by the Source Compiler.
See also p-code.