.editorconfig
.gitattributes
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
TODO.txt
pyproject.toml
uv.lock
.github/workflows/ci.yml
.github/workflows/publish.yml
.nothub/workflows/codeql-analysis.yml
.nothub/workflows/documentation.yml
.nothub/workflows/pre-commit.yml
.nothub/workflows/publish.yml
.nothub/workflows/test.yml
docs/examples.md
docs/language.md
src/dilemma/__init__.py
src/dilemma/arraymethods.py
src/dilemma/dates.py
src/dilemma/lang.py
src/dilemma/logconf.py
src/dilemma/utils.py
src/dilemma/version.py
src/dilemma.egg-info/PKG-INFO
src/dilemma.egg-info/SOURCES.txt
src/dilemma.egg-info/dependency_links.txt
src/dilemma.egg-info/entry_points.txt
src/dilemma.egg-info/requires.txt
src/dilemma.egg-info/top_level.txt
src/dilemma/errors/__init__.py
src/dilemma/errors/examples.py
src/dilemma/errors/exc.py
src/dilemma/errors/execution.py
src/dilemma/errors/messages.py
src/dilemma/errors/msg_templates.xml
src/dilemma/errors/parsing.py
src/dilemma/ext/__init__.py
src/dilemma/ext/async.py
src/dilemma/ext/builder.py
src/dilemma/ext/cli.py
src/dilemma/ext/humanise.py
src/dilemma/ext/typecheck.py
src/dilemma/ext/url_resolver.py
src/dilemma/resolvers/__init__.py
src/dilemma/resolvers/basic_resolver.py
src/dilemma/resolvers/interface.py
src/dilemma/resolvers/jq_resolver.py
src/dilemma/resolvers/jsonpath_resolver.py
tests/__init__.py
tests/conftest.py
tests/expression_gen.py
tests/expression_refactoring.py
tests/test_array_functions.py
tests/test_array_sugar.py
tests/test_cli.py
tests/test_containers.py
tests/test_dates.py
tests/test_errors.py
tests/test_execution.py
tests/test_float.py
tests/test_hypo_basic_maths.py
tests/test_hypo_complex.py
tests/test_hypo_parenthesis.py
tests/test_lang.py
tests/test_logical_ops.py
tests/test_messages.py
tests/test_parsing.py
tests/test_parsing_clean.py
tests/test_readme_code_blocks.py
tests/test_resolvers_init_simple.py
tests/test_string_ops.py
tests/examples/1-string_examples.yaml
tests/examples/10-advanced_array_sugar_examples.yaml
tests/examples/11-array_sugar_combined_examples.yaml
tests/examples/2-maths_examples.yaml
tests/examples/3-date_examples.yaml
tests/examples/4-container_examples.yaml
tests/examples/5-nested_examples.yaml
tests/examples/6-jq_examples.yaml
tests/examples/7-error_examples.yaml
tests/examples/8-function_examples.yaml
tests/examples/9-array_sugar_examples.yaml
tests/examples/__init__.py
tests/examples/test_examples.py
tests/resolvers/__init__.py
tests/resolvers/test_basic_resolver.py
tests/resolvers/test_jq_resolver.py
tests/resolvers/test_jsonpath_resolver.py
tests/resolvers/test_nested_variables.py
tests/resolvers/test_variables.py