Skip to content
SP StackPractices

Tag: parser

1 resource tagged with "parser" 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.