Pretty-print unexpected EOF errors properly

This commit is contained in:
Max Brunsfeld 2016-09-03 22:45:02 -07:00
parent b6e2bed761
commit 820cbece20
2 changed files with 12 additions and 3 deletions

View file

@ -25,7 +25,7 @@ typedef struct TSTree {
size_t named_child_count;
union {
struct TSTree **children;
char lookahead_char;
int32_t lookahead_char;
};
TSLength padding;