Pretty-print unexpected EOF errors properly
This commit is contained in:
parent
b6e2bed761
commit
820cbece20
2 changed files with 12 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue