5 lines
105 B
C
5 lines
105 B
C
|
|
#include "tree_sitter/runtime.h"
|
||
|
|
|
||
|
|
#include <vector>
|
||
|
|
|
||
|
|
ts_tree ** tree_array(std::vector<ts_tree *> trees);
|