tree-sitter/spec/runtime/helpers/tree_helpers.h
2014-06-28 18:48:07 -07:00

10 lines
No EOL
204 B
C++

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