LICENSE
pyproject.toml
bioLOLPython/__init__.py
bioLOLPython/__main__.py
bioLOLPython/cli.py
bioLOLPython/interpreter.py
bioLOLPython.egg-info/PKG-INFO
bioLOLPython.egg-info/SOURCES.txt
bioLOLPython.egg-info/dependency_links.txt
bioLOLPython.egg-info/entry_points.txt
bioLOLPython.egg-info/requires.txt
bioLOLPython.egg-info/top_level.txt
bioLOLPython/bio/__init__.py
bioLOLPython/bio/sequence.py
bioLOLPython/dialects/__init__.py
bioLOLPython/dialects/base.py
bioLOLPython/dialects/brainrot.py
bioLOLPython/dialects/gen_z.py
bioLOLPython/dialects/lolcat.py
bioLOLPython/dialects/remote.py
bioLOLPython/dialects/definitions/__init__.py
bioLOLPython/dialects/definitions/brainrot.yaml
bioLOLPython/dialects/definitions/gen_z.yaml
bioLOLPython/dialects/definitions/index.txt
bioLOLPython/dialects/definitions/lolcat.yaml
tests/test_dialects.py
tests/test_interpreter.py
tests/test_sequence.py