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

Feature/recursive member #6

Merged
merged 19 commits into from
Aug 4, 2023
Merged

Feature/recursive member #6

merged 19 commits into from
Aug 4, 2023

Conversation

hardbyte
Copy link
Owner

@hardbyte hardbyte commented Jul 31, 2023

This branch switches to the AST from https://github.com/clarkmcc/cel-rust and finishes off the bulk of the parser adding:

  • && and || conditionals
  • ternary operator
  • more parser and interpreter tests

The only missing part of the parser is FieldInits as part of primary.

@hardbyte hardbyte marked this pull request as ready for review August 4, 2023 08:14
@hardbyte hardbyte merged commit 4e968c5 into main Aug 4, 2023
1 check passed
@hardbyte hardbyte deleted the feature/recursive-member branch August 4, 2023 08:20
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.

1 participant