tree-sitter/lib/include/tree_sitter
Max Brunsfeld 919e9745a6 Add ts_tree_cursor_goto_first_child_for_point function
This function (and the similar `ts_tree_cursor_goto_first_child_for_byte`)
allows you to efficiently seek the tree cursor to a given position,
exploiting the tree's internal balancing, without having to visit
all of the preceding siblings of each node.
2021-05-27 12:30:19 -07:00
..
api.h Add ts_tree_cursor_goto_first_child_for_point function 2021-05-27 12:30:19 -07:00
parser.h cli: Improve const-correctness of the generated parsers (part 2 of 2). 2021-05-19 12:49:57 +02:00