@@ 236-238 (lines=3) @@ | ||
233 | ||
234 | $this->context->debug("\nNonterminal GOTO table:\n"); |
|
235 | $this->context->debug(\sprintf('%8.8s', 'T\\S')); |
|
236 | for ($i = 0; $i < $this->context->countNonLeafStates; $i++) { |
|
237 | $this->context->debug(\sprintf('%4d', $i)); |
|
238 | } |
|
239 | $this->context->debug("\n"); |
|
240 | foreach ($this->context->nonterminals as $symbol) { |
|
241 | for ($i = 0; $i < $this->context->countNonLeafStates; $i++) { |
|
@@ 258-260 (lines=3) @@ | ||
255 | $this->context->debug("\nNonterminal GOTO table:\n"); |
|
256 | $this->context->debug(\sprintf('%8.8s default', 'T\\S')); |
|
257 | ||
258 | for ($i = 0; $i < $this->context->countNonLeafStates; $i++) { |
|
259 | $this->context->debug(\sprintf('%4d', $i)); |
|
260 | } |
|
261 | ||
262 | $this->context->debug("\n"); |
|
263 |