andreachild commented on code in PR #3091:
URL: https://github.com/apache/tinkerpop/pull/3091#discussion_r2034152078


##########
gremlin-language/src/main/antlr4/Gremlin.g4:
##########
@@ -22,6 +22,12 @@ grammar Gremlin;
     PARSER RULES
 **********************************************/
 
+gremlinValue
+    : (numericLiteral | booleanLiteral | stringLiteral | dateLiteral | 
nullLiteral | nanLiteral | infLiteral |
+       traversalT | traversalCardinality | traversalDirection | traversalMerge 
|
+       structureVertex | genericLiteralSet | genericLiteralCollection | 
genericLiteralMap) EOF

Review Comment:
   What was the deciding factor when choosing what is considered a 
`gremlinValue`?



-- 
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]

Reply via email to