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

feat(#64): bye bye bool #66

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

maxonfjvipon
Copy link
Member

@maxonfjvipon maxonfjvipon commented Apr 26, 2024

Closes: #64


PR-Codex overview

The focus of this PR is to replace the bool object with true and false objects, simplifying boolean logic in EO language.

Detailed summary

  • Replaced bool object with true and false objects
  • Defined if inside true and false
  • Simplified implementation of and, or, not objects

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@maxonfjvipon
Copy link
Member Author

@yegor256 please check

@yegor256 yegor256 merged commit 505d403 into objectionary:master Apr 26, 2024
1 check passed
@yegor256
Copy link
Member

@maxonfjvipon thanks!

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.

Blog post about removing bool from EO
2 participants