Create ambiguity nodes when joining stack heads
This commit is contained in:
parent
1ca5f4ab15
commit
381f89f8ba
13 changed files with 130 additions and 72 deletions
|
|
@ -71,7 +71,8 @@ TSNode *ts_document_root_node(const TSDocument *);
|
|||
#define ts_builtin_sym_error 0
|
||||
#define ts_builtin_sym_end 1
|
||||
#define ts_builtin_sym_document 2
|
||||
#define ts_builtin_sym_start 3
|
||||
#define ts_builtin_sym_ambiguity 3
|
||||
#define ts_builtin_sym_start 4
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue