Thursday, February 12, 2009

Interpreter Design Pattern:

This pattern provides a definition of macro language or syntax and parsing into objects in a program. You use this pattern when you need your own parser generator. It is also used when you have to translate a specific expression or when you need to handle a tree related information.

No comments:

Post a Comment