README.md
pyproject.toml
ssigma/__init__.py
ssigma/cli.py
ssigma/ejecutor.py
ssigma/exceptions.py
ssigma/infinitupla.py
ssigma/macros.py
ssigma/maquina.py
ssigma/programa.py
ssigma.egg-info/PKG-INFO
ssigma.egg-info/SOURCES.txt
ssigma.egg-info/dependency_links.txt
ssigma.egg-info/entry_points.txt
ssigma.egg-info/requires.txt
ssigma.egg-info/top_level.txt
ssigma/instrucciones/__init__.py
ssigma/instrucciones/base.py
ssigma/instrucciones/numericas.py
ssigma/instrucciones/palabras.py
ssigma/parser/__init__.py
ssigma/parser/macro_def_parser.py
ssigma/parser/parser.py
ssigma/parser/patrones.py
tests/test_ejemplos.py
tests/test_exceptions.py
tests/test_infinitupla.py
tests/test_instrucciones.py
tests/test_macros.py
tests/test_maquina_ejecutor.py
tests/test_parser.py
tests/test_programa.py