Open Issues Need Help
View All on GitHub Cleanup use of `lark.Tree` vs. `Expression` about 1 month ago
AI Summary: The task requires standardizing the use of either `lark.Tree` or `Expression` objects consistently throughout the `celpy` Python library's codebase. This involves refactoring code to use a single representation for parsed CEL expressions, potentially moving the `Expression` definition to the `celparser` module for better organization.
Complexity:
4/5
enhancement good first issue
Pure Python implementation of the Common Expression Language
Python
#cel#cloud#python3#rules-engine