LICENSE
README.md
README_PYPI.md
pyproject.toml
shell_lite/__init__.py
shell_lite/__main__.py
shell_lite/ast_nodes.py
shell_lite/cli.py
shell_lite/interpreter.py
shell_lite/lexer.py
shell_lite/lsp_server.py
shell_lite/main.py
shell_lite/parser.py
shell_lite/runtime_policy.py
shell_lite/test_runner.py
shell_lite.egg-info/PKG-INFO
shell_lite.egg-info/SOURCES.txt
shell_lite.egg-info/dependency_links.txt
shell_lite.egg-info/entry_points.txt
shell_lite.egg-info/requires.txt
shell_lite.egg-info/top_level.txt
shell_lite/compiler/__init__.py
shell_lite/compiler/ast_compiler.py
shell_lite/compiler/base_visitor.py
shell_lite/compiler/builtins.py
shell_lite/compiler/linker.py
shell_lite/compiler/optimizer.py
shell_lite/compiler/runtime_lib.py
shell_lite/compiler/semantic_analyzer.py
shell_lite/compiler/symbol_table.py
shell_lite/stdlib/automation.shl
shell_lite/stdlib/db.shl
shell_lite/stdlib/io.shl
shell_lite/stdlib/json.shl
shell_lite/stdlib/math.shl
shell_lite/stdlib/net.shl
shell_lite/stdlib/std.shl
shell_lite/stdlib/web.shl
tests/test_interpreter.py
tests/test_issue_imported_class.py
tests/test_lexer.py
tests/test_parser.py
tests/test_safe_mode.py
tests/test_stdlib.py