replace start and end with padding and size

This commit is contained in:
joshvera 2015-11-18 16:34:50 -08:00
parent a85b7fe3c4
commit b0f6bac3ab
12 changed files with 119 additions and 65 deletions

View file

@ -38,13 +38,12 @@ typedef struct {
typedef struct {
size_t line;
size_t column;
} TSSourceInfo;
} TSPoint;
typedef struct {
const void *data;
TSLength offset;
TSSourceInfo start;
TSSourceInfo end;
TSPoint point;
} TSNode;
typedef unsigned short TSSymbol;