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. | |