Remove stack head after it is accepted
This commit is contained in:
parent
f483178f83
commit
13d8de3eb3
2 changed files with 48 additions and 35 deletions
|
|
@ -14,7 +14,7 @@ typedef struct {
|
|||
const TSLanguage *language;
|
||||
Vector lookahead_states;
|
||||
Vector reduce_parents;
|
||||
int finished_stack_head;
|
||||
TSTree *finished_tree;
|
||||
bool is_split;
|
||||
} TSParser;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue