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: Parse JSON Pointers as Policy Expressions #406

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

cstepanian
Copy link
Contributor

Relates to #371

This change brings JSON Pointer Tokens from the Lexer into the un-evaluated Expr type.

As with #403, this change doesn't yet effect the visible behavior of Hipcheck. JSON Pointer syntax can't get to the parser since it's stripped out by the preprocessor.

This change brings JSON Pointer Tokens from the Lexer into the un-evaluated
`Expr` type.
@cstepanian cstepanian requested review from a team and patrickjcasey and removed request for a team September 13, 2024 17:09
@alilleybrinker alilleybrinker merged commit bc439f7 into main Sep 13, 2024
9 checks passed
@cstepanian cstepanian deleted the cstepanian/parse_jsonptr branch September 13, 2024 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants