Make Field definition follow Literal definition

I think this is a violation of your Literal syntax.

Could you explain what i'm missing in the language definition?
Is this supposed to be a litteral '='?

Literal         ::=  ('"' [^"]* '"') | ("'" [^']* "'")
This commit is contained in:
Aaron Goldman 2019-04-22 13:35:23 -07:00 committed by James E. King III
parent ce32ed7012
commit b808a11559

View File

@ -96,7 +96,7 @@ A service provides the interface for a set of functionality provided by a Thrift
## Field
[16] Field ::= FieldID? FieldReq? FieldType Identifier ('= ConstValue)? XsdFieldOptions ListSeparator?
[16] Field ::= FieldID? FieldReq? FieldType Identifier ('=' ConstValue)? XsdFieldOptions ListSeparator?
### Field ID