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/datasets/__init__.py
mathy_core/datasets/add_numbers.py
mathy_core/datasets/like_terms_combination.py
mathy_core/datasets/like_terms_generation.py
mathy_core/datasets/like_terms_prediction.py
mathy_core/datasets/ltp_easy.py
mathy_core/rules/__init__.py
mathy_core/rules/associative_property.py
mathy_core/rules/commutative_property.py
mathy_core/rules/constants_simplify.py
mathy_core/rules/distributive_factor_out.py
mathy_core/rules/distributive_multiply_across.py
mathy_core/rules/variable_multiply.py
tests/__init__.py
tests/test_expressions.py
tests/test_layout.py
tests/test_parser.py
tests/test_problems.py
tests/test_rules.py
tests/test_tree_node.py
tests/test_util.py