Interpreter
An interpreter executes source code or an intermediate representation without first producing a standalone native executable. It may translate code incrementally or execute it through another representation.
An interpreter executes source code or an intermediate representation without first producing a standalone native executable. It may translate code incrementally or execute it through another representation.