Programming the design pattern

The Code Interpreter application is an example implementation of the interpreter design pattern. Our application consists of the following components:

  • Expression interface
  • MapIntToCharacters class
  • Conversion class
  • InterpreterDriver class