tree-sitter/spec/runtime
Max Brunsfeld 22c550c9d6 Discard tokens after error detection to find the best repair
* Use GLR stack-splitting to try all numbers of tokens to
  discard until a repair is found.
* Check the validity of repairs by looking at the child trees,
  rather than the statically-computed 'in-progress symbols' list
2016-05-11 13:49:43 -07:00
..
document_spec.cc Use new stack_pop_until function for repairing errors 2016-03-07 20:06:46 -08:00
node_spec.cc Avoid recompiling test languages when possible 2016-03-03 12:05:04 -08:00
parser_spec.cc Discard tokens after error detection to find the best repair 2016-05-11 13:49:43 -07:00
stack_spec.cc Discard tokens after error detection to find the best repair 2016-05-11 13:49:43 -07:00
tree_spec.cc Expose lower stack nodes via pop_until() function 2016-03-07 16:09:34 -08:00