LICENSE
README.md
pyproject.toml
src/pitybas/__init__.py
src/pitybas/__main__.py
src/pitybas/cli.py
src/pitybas/common.py
src/pitybas/expression.py
src/pitybas/interpret.py
src/pitybas/parse.py
src/pitybas/tokens.py
src/pitybas.egg-info/PKG-INFO
src/pitybas.egg-info/SOURCES.txt
src/pitybas.egg-info/dependency_links.txt
src/pitybas.egg-info/entry_points.txt
src/pitybas.egg-info/requires.txt
src/pitybas.egg-info/top_level.txt
src/pitybas/io/__init__.py
src/pitybas/io/simple.py
src/pitybas/io/vt100.py
tests/test_bas_programs.py
tests/test_cli.py
tests/test_common.py
tests/test_control_flow.py
tests/test_expressions.py
tests/test_interpreter_introspection.py
tests/test_io.py
tests/test_io_simple.py
tests/test_known_bugs.py
tests/test_matrix_literals.py
tests/test_menu.py
tests/test_negation.py
tests/test_parser.py
tests/test_variables.py