Interpreter: Difference between revisions

From Rosetta Code
Content deleted Content added
m Added to the encyclopedia.
m Replaced encyclopedic tag
Line 1:
{{encyclopedic}}[[Category:Encyclopedia]]An interpreter reads either source code or bytecode for a program, and performs the instructions specified by that program.
 
==See also==

Revision as of 04:14, 22 January 2008

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

See also