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

Add Static Analysis #3

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

Add Static Analysis #3

SkySingh04 opened this issue Dec 16, 2024 · 0 comments
Labels
Roadmap Part of Project roadmap Transpiler Frontend Related to Frontend of the Transpiler

Comments

@SkySingh04
Copy link
Owner

Implement static analysis to verify semantic correctness of Rust code (e.g., type checking, variable usage).

Tasks:

  • Add type inference for Rust variables.
  • Ensure variable declarations match their usage.
  • Validate logical expressions.
  • Include tests for common semantic errors.
@SkySingh04 SkySingh04 added Roadmap Part of Project roadmap Transpiler Frontend Related to Frontend of the 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 Frontend Related to Frontend of the Transpiler
Projects
None yet
Development

No branches or pull requests

1 participant