Rename ParseStack -> Stack
This commit is contained in:
parent
b3d883e128
commit
6254f45c1b
6 changed files with 218 additions and 226 deletions
|
|
@ -5,11 +5,11 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "runtime/parse_stack.h"
|
||||
#include "runtime/stack.h"
|
||||
|
||||
typedef struct {
|
||||
TSLexer lexer;
|
||||
ParseStack *stack;
|
||||
Stack *stack;
|
||||
TSTree *lookahead;
|
||||
TSTree *previous_tree;
|
||||
TSTree *reusable_subtree;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue