LICENSE
README.md
pyproject.toml
setup.py
shell_lite/__init__.py
shell_lite/ast_nodes.py
shell_lite/cli.py
shell_lite/compiler.py
shell_lite/interpreter.py
shell_lite/js_compiler.py
shell_lite/lexer.py
shell_lite/main.py
shell_lite/parser.py
shell_lite/parser_gbp.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
shell_lite/llvm_backend/__init__.py
shell_lite/llvm_backend/builder.py
shell_lite/llvm_backend/codegen.py
tests/__init__.py
tests/benchmark_driver.py
tests/compare_parsers.py
tests/debug_jit.py
tests/generate_actual_graph.py
tests/generate_perf_graph.py
tests/generate_runtime_graph.py
tests/run_jit.py
tests/test_gbp_standalone.py
tests/test_interpreter.py
tests/test_lexer.py
tests/test_parser.py
tests/test_phase1.py
tests/test_stdlib.py