LICENSE
README.md
pyproject.toml
src/pytregex/__init__.py
src/pytregex/__main__.py
src/pytregex/about.py
src/pytregex/abstract_collins_head_finder.py
src/pytregex/collins_head_finder.py
src/pytregex/condition.py
src/pytregex/exceptions.py
src/pytregex/glossary.py
src/pytregex/head_finder.py
src/pytregex/main.py
src/pytregex/peekable.py
src/pytregex/relation.py
src/pytregex/tree.py
src/pytregex/tregex.py
src/pytregex/utils.py
src/pytregex.egg-info/PKG-INFO
src/pytregex.egg-info/SOURCES.txt
src/pytregex.egg-info/dependency_links.txt
src/pytregex.egg-info/entry_points.txt
src/pytregex.egg-info/top_level.txt
src/pytregex/international/pennchinese/chinese_head_finder.py
src/pytregex/ply/__init__.py
src/pytregex/ply/lex.py
src/pytregex/ply/yacc.py
tests/test_node_descriptions.py
tests/test_tree.py
tests/test_tregex.py