tree-sitter/spec/fixtures
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
..
error_corpus Suppress one unnecessary type of error recovery variation 2017-02-07 22:07:56 -08:00
external_scanners Rename generated language functions to e.g. tree_sitter_python 2017-01-31 10:29:31 -08:00
grammars Import error corpus entries from grammar repos 2016-05-28 20:12:02 -07:00