LICENSE
README.md
pyproject.toml
llparse/C_compiler.py
llparse/__init__.py
llparse/capi_builder.py
llparse/compilator.py
llparse/constants.py
llparse/debug.py
llparse/dot.py
llparse/enumerator.py
llparse/errors.py
llparse/frontend.py
llparse/header.py
llparse/llparse.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/requires.txt
llparse.egg-info/top_level.txt
llparse/_tempita/__init__.py
llparse/_tempita/__init__.pyi
llparse/_tempita/__main__.py
llparse/_tempita/_looper.py
llparse/_tempita/_looper.pyi
llparse/_tempita/compat3.py
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_compilator.py
tests/test_frontend.py
tests/test_loop_checker.py
tests/test_span_allocator.py