From b808a11559644cc385fe403a06ef8c626149b9b1 Mon Sep 17 00:00:00 2001 From: Aaron Goldman Date: Mon, 22 Apr 2019 13:35:23 -0700 Subject: 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 ::= ('"' [^"]* '"') | ("'" [^']* "'") --- doc/specs/idl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/specs/idl.md b/doc/specs/idl.md index 524f4e72f..ac3536819 100644 --- a/doc/specs/idl.md +++ b/doc/specs/idl.md @@ -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 -- cgit v1.2.1