Disallow syntax rules that match the empty string (for now)
This commit is contained in:
parent
d627042fa6
commit
996ca91e70
6 changed files with 59 additions and 6 deletions
|
|
@ -13,6 +13,7 @@ typedef enum {
|
|||
TSCompileErrorTypeInvalidUbiquitousToken,
|
||||
TSCompileErrorTypeLexConflict,
|
||||
TSCompileErrorTypeParseConflict,
|
||||
TSCompileErrorTypeEpsilonRule,
|
||||
} TSCompileErrorType;
|
||||
|
||||
typedef struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue