LICENSE
README.md
pyproject.toml
shell_lite/__init__.py
shell_lite/ast_nodes.py
shell_lite/cli.py
shell_lite/compiler.py
shell_lite/interpreter.py
shell_lite/lexer.py
shell_lite/main.py
shell_lite/parser.py
shell_lite/runtime.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
tests/test_interpreter.py
tests/test_lexer.py
tests/test_parser.py
tests/test_stdlib.py