Beispiel #1
0
 public function __construct(Tokeniser $tokeniser, Parser $parser, Evaluator $evaluator)
 {
     $this->tokeniser = $tokeniser;
     $this->parser = $parser;
     $this->evaluator = $evaluator;
     $this->evaluator->setPhilInterpreter($this);
 }