[GitHub] [tinkerpop] vkagamlyk commented on a diff in pull request #2094: TINKERPOP-2959 Allowed parsing of parameters with the grammar

2023-06-15 Thread via GitHub
vkagamlyk commented on code in PR #2094: URL: https://github.com/apache/tinkerpop/pull/2094#discussion_r1231535172 ## gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/language/grammar/ArgumentVisitorTest.java: ## @@ -0,0 +1,260 @@ +/* + * Licensed to the Apache Software F

[GitHub] [tinkerpop] vkagamlyk commented on a diff in pull request #2094: TINKERPOP-2959 Allowed parsing of parameters with the grammar

2023-06-15 Thread via GitHub
vkagamlyk commented on code in PR #2094: URL: https://github.com/apache/tinkerpop/pull/2094#discussion_r1231504873 ## gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/language/grammar/ArgumentVisitor.java: ## @@ -0,0 +1,420 @@ +/* + * Licensed to the Apache Software Found