LICENSE
README.md
pyproject.toml
src/smc/__init__.py
src/smc/cli.py
src/smc/lexer.py
src/smc/parser.py
src/smc/repl.py
src/smc/tokens.py
src/smc/vm.py
src/smc_lang.egg-info/PKG-INFO
src/smc_lang.egg-info/SOURCES.txt
src/smc_lang.egg-info/dependency_links.txt
src/smc_lang.egg-info/entry_points.txt
src/smc_lang.egg-info/top_level.txt
tests/test_catdog_framing.py
tests/test_cli_init.py
tests/test_expressions_and_flow.py
tests/test_functions_and_lists.py
tests/test_modules.py
tests/test_python_bridge.py
tests/test_smc_lexer.py
tests/test_smc_vm.py
tests/test_v02_features.py
tests/test_v04_features.py
tests/test_web_server.py