If we already have a stack version in which, for example, a `function_call` is skipped, don't create another stack version in which that `function_call` is reduced to an `expression`, and then the `expression` is skipped. That doesn't improve the error recovery at all, but adds to the branching factor of the parse stack and makes things harder to debug. |
||
|---|---|---|
| .. | ||
| c_errors.txt | ||
| javascript_errors.txt | ||
| json_errors.txt | ||
| python_errors.txt | ||