[ABNF] Remove 'string' from the keywords.

Now that the stdlib includes the type alias declaration

type string = [char; _];

in order for that type declaration to be legal and not "special", 'string' must
be an identifier.
This commit is contained in:
Alessandro Coglio 2021-09-24 15:43:16 -07:00
parent caf27b3243
commit cc46ec060f

View File

@ -414,7 +414,6 @@ keyword = %s"address"
/ %s"Self"
/ %s"self"
/ %s"static"
/ %s"string"
/ %s"type"
/ %s"u8"
/ %s"u16"