
This is a single record that will stored before any records containing information about symbols, sets, rules or state table information. The first field of the record contains a byte with the value 84 - the ASCII code for the letter 'T'
Each value contains the total number of objects for each of the listed tables. All indexing starts at 0 and ranges from 0 to the count - 1.
| Item | Type | Description |
|---|---|---|
| Symbol Table | Integer | The number of symbols in the language. |
| Character Set Table | Integer | The number of character sets used by the DFA state table. |
| Rule Table | Integer | The number of rules in the language. |
| DFA Table | Integer | The number of Deterministic Finite Automata states. |
| LALR Table | Integer | The number of LALR States. |