LICENSE
README.md
pyproject.toml
src/ink/__init__.py
src/ink/ast_nodes.py
src/ink/cli.py
src/ink/interpreter.py
src/ink/lexer.py
src/ink/parser.py
src/ink_lang.egg-info/PKG-INFO
src/ink_lang.egg-info/SOURCES.txt
src/ink_lang.egg-info/dependency_links.txt
src/ink_lang.egg-info/entry_points.txt
src/ink_lang.egg-info/requires.txt
src/ink_lang.egg-info/top_level.txt
tests/test_ast_properties.py
tests/test_classification_properties.py
tests/test_classification_unit.py
tests/test_cli.py
tests/test_fixpoint_properties.py
tests/test_integration.py
tests/test_lexer_properties.py
tests/test_lexer_unit.py
tests/test_parser_properties.py
tests/test_parser_unit.py
tests/test_query_properties.py
tests/test_query_unit.py
tests/test_rules_properties.py
tests/test_rules_unit.py
tests/test_unification_properties.py
tests/test_unification_unit.py