@@ -77,7 +77,7 @@ |
||
77 | 77 | } |
78 | 78 | |
79 | 79 | /** |
80 | - * @return int|mixed |
|
80 | + * @return integer |
|
81 | 81 | */ |
82 | 82 | public function key() |
83 | 83 | { |
@@ -9,17 +9,10 @@ |
||
9 | 9 | |
10 | 10 | namespace Railt\Compiler\Grammar; |
11 | 11 | |
12 | -use Railt\Compiler\Exception\IncludeNotFoundException; |
|
13 | -use Railt\Compiler\Exception\UnrecognizedTokenException; |
|
14 | -use Railt\Compiler\Grammar\PP2\Lexer; |
|
15 | 12 | use Railt\Compiler\Grammar\PP2\Parser; |
16 | 13 | use Railt\Compiler\Reader\GrammarInterface; |
17 | 14 | use Railt\Compiler\Reader\Result; |
18 | -use Railt\Io\File; |
|
19 | 15 | use Railt\Io\Readable; |
20 | -use Railt\Lexer\Result\Eoi; |
|
21 | -use Railt\Lexer\Result\Unknown; |
|
22 | -use Railt\Lexer\TokenInterface; |
|
23 | 16 | |
24 | 17 | /** |
25 | 18 | * Class Grammar |