Rename HeadState -> LookaheadState, remove parser.lookahead field
This commit is contained in:
parent
467930a785
commit
32b1088823
2 changed files with 61 additions and 65 deletions
|
|
@ -11,9 +11,8 @@ extern "C" {
|
|||
typedef struct {
|
||||
TSLexer lexer;
|
||||
Stack *stack;
|
||||
TSTree *lookahead;
|
||||
const TSLanguage *language;
|
||||
Vector head_states;
|
||||
Vector lookahead_states;
|
||||
Vector reduce_parents;
|
||||
} TSParser;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue