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

Implement type checks for let expressions #329

Merged
merged 3 commits into from
May 21, 2024
Merged

Implement type checks for let expressions #329

merged 3 commits into from
May 21, 2024

Conversation

irh
Copy link
Contributor

@irh irh commented May 21, 2024

Following on from #322, this PR adds a CheckType instruction that can
optionally be emmitted by the compiler when type hints are encountered in let
expressions.

See #298.

@irh irh merged commit cefb666 into main May 21, 2024
6 checks passed
@irh irh deleted the type-hint-followups branch May 21, 2024 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant