README.md
setup.py
stx/__init__.py
stx/__main__.py
stx/logger.py
stx/test.py
stx.egg-info/PKG-INFO
stx.egg-info/SOURCES.txt
stx.egg-info/dependency_links.txt
stx.egg-info/entry_points.txt
stx.egg-info/requires.txt
stx.egg-info/top_level.txt
stx/design/__init__.py
stx/design/attributes_map.py
stx/design/components.py
stx/design/document.py
stx/design/index_node.py
stx/design/ref_map.py
stx/errors/__init__.py
stx/errors/_parse_error.py
stx/loading/__init__.py
stx/loading/linking.py
stx/loading/loaders.py
stx/loading/numbering.py
stx/parsing/__init__.py
stx/parsing/_composer.py
stx/parsing/_marks.py
stx/parsing/_parsing.py
stx/parsing/_shortcuts.py
stx/parsing/_source.py
stx/parsing/_tape.py
stx/rendering/__init__.py
stx/rendering/writer.py
stx/rendering/html5/__init__.py
stx/rendering/html5/renderer.py
stx/rendering/html5/writer.py
stx/utils/__init__.py
stx/utils/files.py
stx/utils/stack.py
stx/utils/strs.py