cel-python
cel-python copied to clipboard
Cleanup use of `lark.Tree` vs. `Expression`
Pick one and use it consistently. See celpy/__init__.py for the definition of the Expression type. If this is to be used throughout, move it to celparser,