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

Conditional binary operators in arithmetic expansion #173

Merged
merged 8 commits into from
Jul 23, 2022
Merged

Conversation

magicant
Copy link
Owner

@magicant magicant commented Jul 20, 2022

  • Redefine data structures
  • Don't evaluate bare variables in eval_leaf
  • Simple assignment operator (needed to test conditional operators)
  • Parentheses (needed to test conditional operators)
  • Implement conditional binary operators

@magicant magicant self-assigned this Jul 20, 2022
@magicant magicant marked this pull request as ready for review July 23, 2022 02:08
@magicant magicant merged commit 6a8a176 into master Jul 23, 2022
@magicant magicant deleted the arith_operator branch July 23, 2022 14:42
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