.gitignore
.python-version
LICENSE
README.md
example.cpp
example.fastproto
pyproject.toml
uv.lock
.github/workflows/publish.yml
.github/workflows/test.yml
fastproto_compiler/__init__.py
fastproto_compiler/cli.py
fastproto_compiler/generator.py
fastproto_compiler/lexer.py
fastproto_compiler/model.py
fastproto_compiler/parser.py
fastproto_compiler/python_generator.py
fastproto_compiler/python_runtime.py
fastproto_compiler/runtime.py
fastproto_compiler.egg-info/PKG-INFO
fastproto_compiler.egg-info/SOURCES.txt
fastproto_compiler.egg-info/dependency_links.txt
fastproto_compiler.egg-info/entry_points.txt
fastproto_compiler.egg-info/requires.txt
fastproto_compiler.egg-info/top_level.txt
tests/__init__.py
tests/test_cli.py
tests/test_python_generator.py