tree-sitter/spec/runtime/helpers/tree_helpers.h

5 lines
105 B
C
Raw Normal View History

#include "tree_sitter/runtime.h"
#include <vector>
ts_tree ** tree_array(std::vector<ts_tree *> trees);