Interpreter

From CSSEMediaWiki
Revision as of 04:42, 23 July 2009 by AlexGee (Talk | contribs)
Jump to: navigation, search

The interpreter pattern is specific implimentation of the composite pattern generally used for language parsing. In the interpreter pattern a class is produced for each symbol in the language. A statement can then be broken down into a syntax tree of these classes which can in turn be used to interpret the statement.


See also


Personal tools