LICENCE
README.md
pyproject.toml
she/__init__.py
she/__main__.py
she/ast.py
she/cli.py
she/errors.py
she/formatter.py
she/interp.py
she/lexer.py
she/lsp.py
she/parser.py
she/sandbox.py
she/values.py
she/stdlib/__init__.py
she/stdlib/basics.py
she/stdlib/compute.py
she/stdlib/data.py
she/stdlib/security.py
she/stdlib/system.py
she_lang.egg-info/PKG-INFO
she_lang.egg-info/SOURCES.txt
she_lang.egg-info/dependency_links.txt
she_lang.egg-info/entry_points.txt
she_lang.egg-info/requires.txt
she_lang.egg-info/top_level.txt
tests/test_language.py
tests/test_tooling.py