mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 02:45:22 +00:00
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:
parent
ce32ed7012
commit
b808a11559
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user