Skip to content

Adding boolean operators #2

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

Merged
merged 4 commits into from
Dec 10, 2024
Merged

Adding boolean operators #2

merged 4 commits into from
Dec 10, 2024

Conversation

y-tak6
Copy link
Contributor

@y-tak6 y-tak6 commented Oct 26, 2024

  1. added operators about boolean values (&&(and), ||(or), not, =(equal), !=(not equal), <, >, <=, >=).
  2. enabled the use of boolean values as inputs or outputs of functions.

I added a new test script for if-expressions and operators. To test, do npm test. Please see sample/README.md for details.

@mir-ikbch mir-ikbch merged commit 4380faa into proof-ninja:main Dec 10, 2024
4 checks passed
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.

2 participants