예제 #1
0
파일: Lexer.php 프로젝트: quack/quack
 private function reserve(Word $t)
 {
     $this->keywords_hash[$t->getTag()] = $t->lexeme;
     $this->words[$t->lexeme] = $t;
 }