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

Typed binary operators #23

Merged
merged 3 commits into from
Aug 22, 2024
Merged

Typed binary operators #23

merged 3 commits into from
Aug 22, 2024

Conversation

wpmed92
Copy link
Owner

@wpmed92 wpmed92 commented Aug 22, 2024

  • Push Type-Value pairs onto the expression stack
  • Select the correct binary operation (IAdd, FAdd, etc.) based on operand types
  • Start work on code generation tests using FileCheck (only locally for now)
  • --no-analyze option to disable semantic analysis

@wpmed92 wpmed92 merged commit 9f7e3cf into main Aug 22, 2024
1 check passed
@wpmed92 wpmed92 deleted the typed-binary-operators branch August 22, 2024 21:43
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