2014-07-17 23:29:11 -07:00
|
|
|
#ifndef RUNTIME_NODE_H_
|
|
|
|
|
#define RUNTIME_NODE_H_
|
|
|
|
|
|
2016-05-20 20:26:03 -07:00
|
|
|
#include "runtime/tree.h"
|
2014-07-17 23:29:11 -07:00
|
|
|
|
2016-11-14 12:15:24 -08:00
|
|
|
TSNode ts_node_make(const Tree *, uint32_t character, uint32_t byte, uint32_t row);
|
2014-07-17 23:29:11 -07:00
|
|
|
|
|
|
|
|
#endif
|