MANIFEST.in
README.md
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
mathy_core/__init__.py
mathy_core/about.py
mathy_core/expressions.py
mathy_core/layout.py
mathy_core/parser.py
mathy_core/problems.py
mathy_core/py.typed
mathy_core/rule.py
mathy_core/testing.py
mathy_core/tokenizer.py
mathy_core/tree.py
mathy_core/types.py
mathy_core/util.py
mathy_core.egg-info/PKG-INFO
mathy_core.egg-info/SOURCES.txt
mathy_core.egg-info/dependency_links.txt
mathy_core.egg-info/requires.txt
mathy_core.egg-info/top_level.txt
mathy_core/rules/__init__.py
mathy_core/rules/associative_swap.py
mathy_core/rules/balanced_move.py
mathy_core/rules/commutative_swap.py
mathy_core/rules/constants_simplify.py
mathy_core/rules/distributive_factor_out.py
mathy_core/rules/distributive_multiply_across.py
mathy_core/rules/restate_subtraction.py
mathy_core/rules/variable_multiply.py
tests/__init__.py
tests/conftest.py
tests/search_tree.py
tests/test_expressions.py
tests/test_layout.py
tests/test_parser.py
tests/test_problems.py
tests/test_rules.py
tests/test_tokenizer.py
tests/test_tree.py
tests/test_tree_node.py
tests/test_util.py