Start work on re-using right side of parse tree
This commit is contained in:
parent
80b8a0a9fb
commit
4dcc712a8c
5 changed files with 119 additions and 27 deletions
|
|
@ -10,6 +10,8 @@ extern "C" {
|
|||
typedef struct {
|
||||
TSLexer lexer;
|
||||
TSStack stack;
|
||||
TSStack right_stack;
|
||||
size_t total_chars;
|
||||
int debug;
|
||||
TSTree *lookahead;
|
||||
TSTree *next_lookahead;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue