示例#1
0
文件: Lexer.php 项目: quack/quack
 private function reserve(Word $t)
 {
     $this->keywords_hash[$t->getTag()] = $t->lexeme;
     $this->words[$t->lexeme] = $t;
 }