Interpreter for my own programming language created only for study purpose Runnable example: 'First number:'.print(); a.is(number.read()); 'Second number:'.print(); b.is(number.read()); 'Result of sum:'.print(); a.plus(b).print();