LICENSE
README.md
setup.py
src/ib110hw/__init__.py
src/ib110hw.egg-info/PKG-INFO
src/ib110hw.egg-info/SOURCES.txt
src/ib110hw.egg-info/dependency_links.txt
src/ib110hw.egg-info/top_level.txt
src/ib110hw/automaton/__init__.py
src/ib110hw/automaton/base.py
src/ib110hw/automaton/dfa.py
src/ib110hw/automaton/nfa.py
src/ib110hw/automaton/utils.py
src/ib110hw/turing/__init__.py
src/ib110hw/turing/base.py
src/ib110hw/turing/dtm.py
src/ib110hw/turing/mtm.py
src/ib110hw/turing/tape.py