Skip to content
مفسر

File:W3sDesign_Interpreter_Design_Pattern_UML.jpg · Wikimedia Commons · See Wikimedia Commons

EntityQ183065· pop 65· linked from 824 articles

Also known as Interpreter, interpretive routine

یک برنامهٔ رایانه‌ای است که دستورهای نوشته‌شده در یک زبان برنامه‌نویسی را اجرا می‌کند

AI overview

An interpreter is a program that reads and directly executes source code line-by-line without first converting it into a separate compiled file. This matters because it allows code to run immediately without the extra preparation step that compiled languages require, making it faster to test and debug programs.

AI-generated from the Wikipedia summary — may contain errors.