Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add descent operator to jsonpath parser #2588

Merged
merged 1 commit into from
Feb 14, 2024
Merged

feat: add descent operator to jsonpath parser #2588

merged 1 commit into from
Feb 14, 2024

Conversation

romange
Copy link
Collaborator

@romange romange commented Feb 13, 2024

No description provided.

@@ -79,10 +81,9 @@ relative_path: identifier { driver->AddIdentifier($1); } opt_relative_location
identifier: UNQ_STR
// | single_quoted_string | double_quoted_string

bracket_expr: WILDCARD { $$ = PathSegment{SegmentType::WILDCARD}; }
| index_expr { $$ = $1; }
bracket_index: WILDCARD { $$ = PathSegment{SegmentType::WILDCARD}; }
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just a rename

Signed-off-by: Roman Gershman <roman@dragonflydb.io>
@romange romange merged commit ca23d72 into main Feb 14, 2024
10 checks passed
@romange romange deleted the Descent branch February 14, 2024 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants