Interpreter pattern

id: interpreter-pattern-198-16617849
title: Interpreter pattern
text: In computer programming, the interpreter pattern is a design pattern that specifies how to evaluate sentences in a language. The basic idea is to have a class for each symbol in a specialized computer language. The syntax tree of a sentence in the language is an instance of the composite pattern and is used to evaluate (interpret) the sentence for a client. See also Composite pattern.
brand slug: wiki
category slug: encyclopedia
description: Approach in computer programming
original url: https://en.wikipedia.org/wiki/Interpreter_pattern
date created:
date modified: 2024-03-28T00:16:01Z
main entity: {"identifier":"Q1537002","url":"https://www.wikidata.org/entity/Q1537002"}
image:
fields total: 13
integrity: 14

Related Entries

Explore Next Part