Skip to content
SP StackPractices

Tag: grammar

1 resource tagged with "grammar" on StackPractices.

Interpreter Pattern

Define a representation for a language's grammar along with an interpreter that uses the representation to interpret sentences. A behavioral design pattern for mini-languages.