Construct TSStringInput with explicit length.

This commit is contained in:
Rob Rix 2017-02-10 09:10:06 -05:00
parent 819b63e78d
commit e6927238e1
2 changed files with 12 additions and 1 deletions

View file

@ -8,6 +8,7 @@ extern "C" {
#include "tree_sitter/runtime.h"
TSInput ts_string_input_make(const char *);
TSInput ts_string_input_make_with_length(const char *, uint32_t);
#ifdef __cplusplus
}