Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code Generation for Go #6

Open
SkySingh04 opened this issue Dec 16, 2024 · 0 comments
Open

Code Generation for Go #6

SkySingh04 opened this issue Dec 16, 2024 · 0 comments
Labels
Roadmap Part of Project roadmap Transpiler Backend Issues related to backend of transpiler

Comments

@SkySingh04
Copy link
Owner

Develop a code generator to translate IR into valid Go code.

Tasks:

  • Map Rust constructs (e.g., fn, let) to their Go equivalents (func, var).
  • Handle memory safety conversions.
  • Include tests for valid Go code output.
@SkySingh04 SkySingh04 added Roadmap Part of Project roadmap Transpiler Backend Issues related to backend of transpiler labels Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Roadmap Part of Project roadmap Transpiler Backend Issues related to backend of transpiler
Projects
None yet
Development

No branches or pull requests

1 participant