LICENSE
README.md
pyproject.toml
llparse/C_compiler.py
llparse/__init__.py
llparse/compilator.py
llparse/constants.py
llparse/cython_builder.py
llparse/debug.py
llparse/dot.py
llparse/enumerator.py
llparse/errors.py
llparse/frontend.py
llparse/header.py
llparse/llparse.py
llparse/settings.py
llparse/spanalloc.py
llparse/trie.py
llparse.egg-info/PKG-INFO
llparse.egg-info/SOURCES.txt
llparse.egg-info/dependency_links.txt
llparse.egg-info/top_level.txt
llparse/pybuilder/__init__.py
llparse/pybuilder/builder.py
llparse/pybuilder/loopchecker.py
llparse/pybuilder/main_code.py
llparse/pybuilder/parsemap.py
llparse/pyfront/__init__.py
llparse/pyfront/code.py
llparse/pyfront/implementation.py
llparse/pyfront/namespace.py
llparse/pyfront/nodes.py
llparse/pyfront/peephole.py
llparse/pyfront/transform.py
tests/test_frontend.py
tests/test_loop_checker.py
tests/test_span_allocator.py