Interpreter: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
 
m (Added to the encyclopedia.)
Line 1: Line 1:
An interpreter reads either source code or bytecode for a program, and performs the instructions specified by that program.
{{encyclopedic}}An interpreter reads either source code or bytecode for a program, and performs the instructions specified by that program.


==See also==
==See also==

Revision as of 20:51, 6 January 2008

Template:EncyclopedicAn interpreter reads either source code or bytecode for a program, and performs the instructions specified by that program.

See also