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

10 lines
197 B
C
Raw Normal View History

2014-06-08 16:31:45 -07:00
#ifndef HELPERS_TREE_HELPERS_H_
#define HELPERS_TREE_HELPERS_H_
#include "runtime/tree.h"
#include <vector>
2014-06-28 18:45:22 -07:00
TSTree ** tree_array(std::vector<TSTree *> trees);
2014-06-08 16:31:45 -07:00
2014-07-17 23:29:11 -07:00
#endif // HELPERS_TREE_HELPERS_H_