public function revertLast() : void { $this->decisionMap[abs($this->lastLiteral())] = 0; array_pop($this->decisionQueue); }