tree-sitter/spec/fixtures/error_corpus
Max Brunsfeld 93d7a75b09 Suppress one unnecessary type of error recovery variation
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.
2017-02-07 22:07:56 -08:00
..
c_errors.txt Suppress one unnecessary type of error recovery variation 2017-02-07 22:07:56 -08:00
javascript_errors.txt Update error corpus to reflect slightly different recoveries 2017-02-07 17:49:15 -08:00
json_errors.txt Import error corpus entries from grammar repos 2016-05-28 20:12:02 -07:00
python_errors.txt Add python error recovery tests 2017-01-08 22:06:36 -08:00