tree-sitter/spec/runtime/helpers/tree_helpers.h
2014-06-08 23:34:08 +00:00

10 lines
No EOL
206 B
C++

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