.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
setup.py
.github/workflows/publish.yml
.github/workflows/test.yml
docs/README.md
docs/functions/omle.functions.md
docs/operators/omle.core.md
docs/operators/omle.feature.md
docs/operators/omle.ml.md
docs/operators/omle.text.md
protobuf/omle.proto
registries/functions/functions.json
registries/functions/namespaces/omle.functions.json
registries/functions/schema/functions.namespace.schema.json
registries/functions/schema/functions.schema.json
registries/operators/operators.json
registries/operators/namespaces/omle.core.json
registries/operators/namespaces/omle.feature.json
registries/operators/namespaces/omle.ml.json
registries/operators/namespaces/omle.text.json
registries/operators/schema/operators.namespace.schema.json
registries/operators/schema/operators.schema.json
scripts/gen_proto.sh
spec/README.md
spec/composite-scoping.md
spec/validation-rules.md
src/omle/__init__.py
src/omle/_version.py
src/omle/cli.py
src/omle/io.py
src/omle/registry.py
src/omle/validation.py
src/omle.egg-info/PKG-INFO
src/omle.egg-info/SOURCES.txt
src/omle.egg-info/dependency_links.txt
src/omle.egg-info/entry_points.txt
src/omle.egg-info/requires.txt
src/omle.egg-info/scm_file_list.json
src/omle.egg-info/scm_version.json
src/omle.egg-info/top_level.txt
src/omle/ir/__init__.py
src/omle/ir/_util.py
src/omle/ir/bodies.py
src/omle/ir/domain.py
src/omle/ir/enums.py
src/omle/ir/expression.py
src/omle/ir/function.py
src/omle/ir/interface.py
src/omle/ir/metadata.py
src/omle/ir/model.py
src/omle/ir/node.py
src/omle/ir/predicate.py
src/omle/ir/schema.py
src/omle/ir/tensor.py
src/omle/ir/types.py
src/omle/ir/verification.py
src/omle/proto/__init__.py
src/omle/proto/convert.py
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/test_ir.py
tests/test_proto_convert.py
tests/test_registry_validation.py
tests/test_validation.py
tools/check_docs_current.py
tools/gen_docs.py
tools/validate_registry.py