tree-sitter/spec/runtime
Max Brunsfeld 4348eb89d4 Expose lower stack nodes via pop_until() function
This callback-based API allows the parser to easily visit each interior node
of the stack when searching for an error repair. It also is a better abstraction
over the stack's DAG implementation than having the public functions for
accessing entries and their successor entries.
2016-03-07 16:09:34 -08:00
..
document_spec.cc Avoid recompiling test languages when possible 2016-03-03 12:05:04 -08:00
node_spec.cc Avoid recompiling test languages when possible 2016-03-03 12:05:04 -08:00
parser_spec.cc Avoid recompiling test languages when possible 2016-03-03 12:05:04 -08:00
stack_spec.cc Expose lower stack nodes via pop_until() function 2016-03-07 16:09:34 -08:00
tree_spec.cc Expose lower stack nodes via pop_until() function 2016-03-07 16:09:34 -08:00