README.md
pyproject.toml
fory_compiler/__init__.py
fory_compiler/__main__.py
fory_compiler/cli.py
fory_compiler.egg-info/PKG-INFO
fory_compiler.egg-info/SOURCES.txt
fory_compiler.egg-info/dependency_links.txt
fory_compiler.egg-info/entry_points.txt
fory_compiler.egg-info/top_level.txt
fory_compiler/frontend/__init__.py
fory_compiler/frontend/base.py
fory_compiler/frontend/utils.py
fory_compiler/frontend/fbs/__init__.py
fory_compiler/frontend/fbs/ast.py
fory_compiler/frontend/fbs/lexer.py
fory_compiler/frontend/fbs/parser.py
fory_compiler/frontend/fbs/translator.py
fory_compiler/frontend/fdl/__init__.py
fory_compiler/frontend/fdl/lexer.py
fory_compiler/frontend/fdl/parser.py
fory_compiler/frontend/proto/__init__.py
fory_compiler/frontend/proto/ast.py
fory_compiler/frontend/proto/lexer.py
fory_compiler/frontend/proto/parser.py
fory_compiler/frontend/proto/translator.py
fory_compiler/generators/__init__.py
fory_compiler/generators/base.py
fory_compiler/generators/cpp.py
fory_compiler/generators/csharp.py
fory_compiler/generators/go.py
fory_compiler/generators/java.py
fory_compiler/generators/python.py
fory_compiler/generators/rust.py
fory_compiler/generators/swift.py
fory_compiler/ir/__init__.py
fory_compiler/ir/ast.py
fory_compiler/ir/emitter.py
fory_compiler/ir/type_id.py
fory_compiler/ir/types.py
fory_compiler/ir/validator.py
fory_compiler/tests/__init__.py
fory_compiler/tests/test_auto_id.py
fory_compiler/tests/test_cli_flatbuffers_options.py
fory_compiler/tests/test_collection_nesting.py
fory_compiler/tests/test_csharp_generator.py
fory_compiler/tests/test_fbs_frontend.py
fory_compiler/tests/test_fbs_service.py
fory_compiler/tests/test_fdl_emitter.py
fory_compiler/tests/test_fdl_service.py
fory_compiler/tests/test_generated_code.py
fory_compiler/tests/test_imports.py
fory_compiler/tests/test_message_defaults.py
fory_compiler/tests/test_nested_types.py
fory_compiler/tests/test_package_options.py
fory_compiler/tests/test_proto_frontend.py
fory_compiler/tests/test_proto_service.py
fory_compiler/tests/test_swift_generator.py
fory_compiler/tests/test_weak_ref.py