Disallow syntax rules that match the empty string (for now)

This commit is contained in:
Max Brunsfeld 2016-11-30 22:47:25 -08:00
parent d627042fa6
commit 996ca91e70
6 changed files with 59 additions and 6 deletions

View file

@ -13,6 +13,7 @@ typedef enum {
TSCompileErrorTypeInvalidUbiquitousToken,
TSCompileErrorTypeLexConflict,
TSCompileErrorTypeParseConflict,
TSCompileErrorTypeEpsilonRule,
} TSCompileErrorType;
typedef struct {