Perform keyword optimization using explicitly selected word token
rather than trying to infer the word token automatically. Co-Authored-By: Ashi Krishnan <queerviolet@github.com>
This commit is contained in:
parent
0e487011c0
commit
e17cd42e47
12 changed files with 142 additions and 99 deletions
|
|
@ -19,6 +19,7 @@ typedef enum {
|
|||
TSCompileErrorTypeEpsilonRule,
|
||||
TSCompileErrorTypeInvalidTokenContents,
|
||||
TSCompileErrorTypeInvalidRuleName,
|
||||
TSCompileErrorTypeInvalidWordRule,
|
||||
} TSCompileErrorType;
|
||||
|
||||
typedef struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue