Design Pattern Examples
Overview of object-oriented design patterns
interpreter Directory Reference
Directory dependency graph for interpreter:
interpreter

Files

file  interpreter/__init__.py [code]
 Python implementation of the Interpreter Pattern example.
 
file  interpreter_class.py [code]
 Implementation of the Interpreter_Class class as used in the Interpreter Pattern.
 
file  interpreter_exercise.py [code]
 Implementation of the Interpreter_Exercise() function as used in the Interpreter Pattern.