Convert keywords back to word token at runtime if needed
This commit is contained in:
parent
0dd41f0d74
commit
4b5dab2d18
3 changed files with 38 additions and 10 deletions
|
|
@ -45,6 +45,7 @@ struct Subtree {
|
|||
bool has_changes : 1;
|
||||
bool has_external_tokens : 1;
|
||||
bool is_missing : 1;
|
||||
bool is_keyword : 1;
|
||||
TSSymbol symbol;
|
||||
TSStateId parse_state;
|
||||
struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue