8 lines
170 B
C
8 lines
170 B
C
#ifndef RUNTIME_NODE_H_
|
|
#define RUNTIME_NODE_H_
|
|
|
|
#include "tree_sitter/parser.h"
|
|
|
|
TSNode ts_node_make(const TSTree *, size_t character, size_t byte, size_t row);
|
|
|
|
#endif
|