Replace ts_parser -> parser

This commit is contained in:
Max Brunsfeld 2016-08-29 12:08:58 -07:00
parent 607366a422
commit e7ed92f1df
4 changed files with 121 additions and 120 deletions

View file

@ -7,7 +7,7 @@
#include <stdbool.h>
struct TSDocument {
TSParser parser;
Parser parser;
TSInput input;
TSTree *tree;
size_t parse_count;