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 boolean operators (&&, ||, !) #195

Merged
merged 5 commits into from Nov 2, 2020
Merged

Add boolean operators (&&, ||, !) #195

merged 5 commits into from Nov 2, 2020

Conversation

yannham
Copy link
Member

@yannham yannham commented Oct 31, 2020

Close #191. Depends on #193 #194. Add boolean operators &&, ||, and !.

Base automatically changed from feature/comparison-op to master November 2, 2020 09:27
@dpulls
Copy link

dpulls bot commented Nov 2, 2020

🎉 All dependencies have been resolved !

@edolstra edolstra merged commit 7b851f2 into master Nov 2, 2020
@edolstra edolstra deleted the feature/boolean-op branch November 2, 2020 09:28
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.

Implement basic arithmetic, boolean and comparison operators
2 participants