reuse_right -> reuse in debug output
This commit is contained in:
parent
8c4607c486
commit
b468458929
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ static TSTree *get_next_node(TSParser *parser, TSStateId lex_state) {
|
|||
TSTree *node;
|
||||
|
||||
if ((node = break_down_right_stack(parser))) {
|
||||
DEBUG_PARSE("reuse_right sym:%s", SYM_NAME(node->symbol));
|
||||
DEBUG_PARSE("reuse sym:%s", SYM_NAME(node->symbol));
|
||||
|
||||
parser->lexer.lookahead = 0;
|
||||
parser->lexer.lookahead_size = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue