예제 #1
0
파일: Parser.php 프로젝트: assertchris/yay
 protected final function error(TokenStream $ts)
 {
     if ($this->errorLevel === Error::ENABLED) {
         return new Error($this->expected(), $ts->current(), $ts->last());
     }
 }