Interpreter Pattern
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.