LICENSE
README.md
pyproject.toml
setup.cfg
src/animated_parse_tree/__init__.py
src/animated_parse_tree/__main__.py
src/animated_parse_tree/default_bundles.py
src/animated_parse_tree/exceptions.py
src/animated_parse_tree/node.py
src/animated_parse_tree/operand_.py
src/animated_parse_tree/operator_.py
src/animated_parse_tree/parse_tree.py
src/animated_parse_tree/temp_node.py
src/animated_parse_tree/tree.py
src/animated_parse_tree.egg-info/PKG-INFO
src/animated_parse_tree.egg-info/SOURCES.txt
src/animated_parse_tree.egg-info/dependency_links.txt
src/animated_parse_tree.egg-info/requires.txt
src/animated_parse_tree.egg-info/top_level.txt
src/animated_parse_tree/utils/__init__.py
src/animated_parse_tree/utils/list_utils.py
src/animated_parse_tree/utils/string_utils.py
src/animated_parse_tree/v1/__init__.py
src/animated_parse_tree/v1/__main__.py
src/animated_parse_tree/v1/node.py
src/animated_parse_tree/v1/operand.py
src/animated_parse_tree/v1/operator_.py
src/animated_parse_tree/v1/parse_tree.py