tree-sitter/src
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
..
compiler Remove duplicate parse actions 2016-03-02 20:58:40 -08:00
runtime Expose lower stack nodes via pop_until() function 2016-03-07 16:09:34 -08:00