LICENSE
README.md
pyproject.toml
src/jinx/__init__.py
src/jinx/errors.py
src/jinx/primitives.py
src/jinx/shell.py
src/jinx/vocabulary.py
src/jinx/word_evaluation.py
src/jinx/word_formation.py
src/jinx/word_spelling.py
src/jinx/execution/executor.py
src/jinx/execution/jax/__init__.py
src/jinx/execution/jax/adverbs.py
src/jinx/execution/jax/application.py
src/jinx/execution/jax/verbs.py
src/jinx/execution/numpy/__init__.py
src/jinx/execution/numpy/adverbs.py
src/jinx/execution/numpy/application.py
src/jinx/execution/numpy/conjunctions.py
src/jinx/execution/numpy/conversion.py
src/jinx/execution/numpy/helpers.py
src/jinx/execution/numpy/printing.py
src/jinx/execution/numpy/verbs.py
src/jjinx.egg-info/PKG-INFO
src/jjinx.egg-info/SOURCES.txt
src/jjinx.egg-info/dependency_links.txt
src/jjinx.egg-info/entry_points.txt
src/jjinx.egg-info/requires.txt
src/jjinx.egg-info/top_level.txt
tests/test_word_evaluation.py
tests/test_word_formation.py
tests/test_word_spelling.py