Monday, September 28, 2015

Implementing the Interpreter pattern

The Interpreter is a pattern used for implementing a specialized interpreted language. The idea is to have a class for each symbol of the grammar, used for defining the Interpreter.

No comments:

Post a Comment