LICENSE
README.md
setup.py
pyshell/__init__.py
pyshell/ast_nodes.py
pyshell/builtins.py
pyshell/exceptions.py
pyshell/executor.py
pyshell/expansions.py
pyshell/parser.py
pyshell/state.py
pyshell/tokenizer.py
pyshell/utils.py
pyshell_terminal.egg-info/PKG-INFO
pyshell_terminal.egg-info/SOURCES.txt
pyshell_terminal.egg-info/dependency_links.txt
pyshell_terminal.egg-info/entry_points.txt
pyshell_terminal.egg-info/requires.txt
pyshell_terminal.egg-info/top_level.txt
tests/test_arrays.py
tests/test_builtins.py
tests/test_control_flow.py
tests/test_expansions.py
tests/test_functions.py
tests/test_integration.py
tests/test_pipelines_redirections.py
tests/test_shell_options.py
tests/test_special_variables.py