reset method

void reset()

Implementation

void reset() {
  allCommandsBuffer.clear();
  resetInterpreter();
}