Rename type ts_lr_parser -> TSStateMachine
This commit is contained in:
parent
27f6eb725d
commit
0ec3faba3e
5 changed files with 96 additions and 95 deletions
|
|
@ -5,7 +5,7 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "tree_sitter/parser/lr_parser.h"
|
||||
#include "tree_sitter/parser/state_machine.h"
|
||||
|
||||
enum {
|
||||
dummy_sym1 = 2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue