Use table-driven tests for specific parsers
This commit is contained in:
parent
5869c1ea18
commit
f248ece3aa
12 changed files with 355 additions and 167 deletions
|
|
@ -277,7 +277,7 @@ static size_t ts_lr_parser_breakdown_stack(ts_lr_parser *parser, ts_input_edit *
|
|||
ts_tree *node;
|
||||
size_t position = 0;
|
||||
size_t child_count = 0;
|
||||
|
||||
|
||||
for (;;) {
|
||||
node = ts_stack_top_node(stack);
|
||||
if (!node) break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue