.gitignore
LICENSE
MANIFEST.in
README.md
autobuild.xml
pyproject.toml
requirements-test.txt
setup.cfg
setup.py
tox.ini
.github/workflows/pypi_publish.yml
.github/workflows/pytest.yml
extern/json.hh
extras/README.md
extras/hello_shellsl.lsl
extras/lslwsgi.py
extras/web_server.lsl
lummao/__init__.py
lummao/cli.py
lummao/exceptions.py
lummao/goto.py
lummao/http.py
lummao/lslexecutils.py
lummao/shellsl.py
lummao.egg-info/PKG-INFO
lummao.egg-info/SOURCES.txt
lummao.egg-info/dependency_links.txt
lummao.egg-info/entry_points.txt
lummao.egg-info/not-zip-safe
lummao.egg-info/requires.txt
lummao.egg-info/top_level.txt
lummao/vendor/__init__.py
lummao/vendor/lslopt/COPYING
lummao/vendor/lslopt/README.md
lummao/vendor/lslopt/__init__.py
lummao/vendor/lslopt/lslbasefuncs.py
lummao/vendor/lslopt/lslcommon.py
lummao/vendor/lslopt/lslextrafuncs.py
lummao/vendor/lslopt/lslfuncs.py
lummao/vendor/lslopt/lsljson.py
lummao/vendor/lslopt/strutil.py
src/compiler.cc
src/json_ir_pass.cc
src/json_ir_pass.hh
src/python_pass.cc
src/python_pass.hh
tests/__init__.py
tests/test_conformance.py
tests/test_harnesses.py
tests/test_resources/__init__.py
tests/test_resources/continue_like_jump_with_ret.lsl
tests/test_resources/detected_touch.lsl
tests/test_resources/function_mocking.lsl
tests/test_resources/hoist_decl_unstructured_jump.lsl
tests/test_resources/http_request.lsl
tests/test_resources/jump_out_of_while_true.lsl
tests/test_resources/lsl_conformance.lsl
tests/test_resources/lsl_conformance.py
tests/test_resources/lsl_conformance2.lsl
tests/test_resources/lsl_conformance2.py
tests/test_resources/one_error.lsl
tests/test_resources/statements.lsl
tests/test_resources/statements.py
tests/test_resources/timers.lsl
tests/test_resources/two_errors.lsl