.editorconfig
.gitignore
.pre-commit-config.yaml
AGENTS.md
CONTRIBUTING.md
LICENSE
README.md
conftest.py
pyproject.toml
uv.lock
.github/actions/setup/action.yaml
.github/workflows/code-quality-main.yaml
.github/workflows/code-quality-pr.yaml
.github/workflows/python-build.yaml
.github/workflows/tests.yaml
src/dftly/__init__.py
src/dftly/parser.py
src/dftly.egg-info/PKG-INFO
src/dftly.egg-info/SOURCES.txt
src/dftly.egg-info/dependency_links.txt
src/dftly.egg-info/requires.txt
src/dftly.egg-info/top_level.txt
src/dftly/nodes/__init__.py
src/dftly/nodes/arithmetic.py
src/dftly/nodes/base.py
src/dftly/nodes/comparison.py
src/dftly/nodes/conditional.py
src/dftly/nodes/datetime.py
src/dftly/nodes/str.py
src/dftly/nodes/types.py
src/dftly/nodes/utils.py
src/dftly/str_form/__init__.py
src/dftly/str_form/grammar.lark
src/dftly/str_form/parser.py