🌱Aadam's Garden

Search

Search IconIcon to open search

Interpreter Pattern

Last updated Aug 16, 2022

Source:: Software Design Patterns - Best Practices for Software Developers


Definition

Describe a way to represent the Grammar of a language along with an interpreter that uses the representation to interpret sentences in the language.

A way to include language elements in an application to match the grammar of the intended language.