@@ -4,7 +4,7 @@ |
||
4 | 4 | |
5 | 5 | abstract class SymbolType |
6 | 6 | { |
7 | - const NT_ROOT = 0x00; // Root symbol fot LL(1) parser |
|
7 | + const NT_ROOT = 0x00; // Root symbol fot LL(1) parser |
|
8 | 8 | |
9 | 9 | const T_PLUS = 0x01; // + |
10 | 10 | const T_STAR = 0x02; // * |