spmallette commented on a change in pull request #1533:
URL: https://github.com/apache/tinkerpop/pull/1533#discussion_r773424141
##########
File path: gremlin-language/src/main/antlr4/Gremlin.g4
##########
@@ -592,12 +592,16 @@ traversalMethod_properties
traversalMethod_property
: 'property' LPAREN traversalCardinality COMMA genericLiteral COMMA
genericLiteral (COMMA genericLiteralList)? RPAREN
#traversalMethod_property_Cardinality_Object_Object_Object
| 'property' LPAREN genericLiteral COMMA genericLiteral (COMMA
genericLiteralList)? RPAREN #traversalMethod_property_Object_Object_Object
+ | 'property' LPAREN genericLiteralMap? RPAREN #
traversalMethod_property_Object
+ | 'property' LPAREN traversalCardinality COMMA genericLiteralMap?
RPAREN # traversalMethod_property_Cardinality_Object
;
traversalMethod_propertyMap
: 'propertyMap' LPAREN stringLiteralList RPAREN
;
+
Review comment:
nit: some extra lines to remove
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]