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

Design and Implement Type Checking #51

Open
kh3rld opened this issue Jan 21, 2025 · 0 comments
Open

Design and Implement Type Checking #51

kh3rld opened this issue Jan 21, 2025 · 0 comments
Labels
difficulty: advanced Complex issues that require advanced skills or deep knowledge of the codebase. enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@kh3rld
Copy link
Member

kh3rld commented Jan 21, 2025

  • Introduce a type checker for the statically-typed Kisumu language. Ensure that the type of expressions is validated before execution.
  • Expected Outcome: Errors are thrown for type mismatches during static analysis.
@kh3rld kh3rld added difficulty: advanced Complex issues that require advanced skills or deep knowledge of the codebase. enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty: advanced Complex issues that require advanced skills or deep knowledge of the codebase. enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant