Libraries: Interpreter - behavioral design pattern

 

Interpreter - behavioral design pattern:

Given a language, define a represention for its grammar along with an interpreter that uses the representation to interpret sentences in the language

Author: DMITRII PECHERITSA

Reason: