[ABNF] Add string type.

This commit is contained in:
Alessandro Coglio 2022-06-01 20:39:27 -07:00
parent 5d85b26838
commit 354974726c

View File

@ -214,7 +214,9 @@ boolean-type = %s"bool"
address-type = %s"address"
primitive-type = boolean-type / arithmetic-type / address-type
string-type = %s"string"
primitive-type = boolean-type / arithmetic-type / address-type / string-type
type = primitive-type