Code Conversion
Instructions
Step 1: Analyze Source Code
- Read the source file completely
- Identify:
- All functions, classes, and types
- External dependencies and their equivalents in the target language
- Error handling patterns
- Async/concurrent patterns
- Data structures and their representations
- Tests (if present)
Step 2: Map Language Idioms
Don't transliterate — convert to idiomatic target code:
| Source Pattern | Target Equivalent | |-----------
[Description truncada. Veja o README completo no GitHub.]