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

Lazy and Eager Boolean evaluation #88

Closed
Tracked by #79
mrodz opened this issue Jul 1, 2023 · 0 comments · Fixed by #89
Closed
Tracked by #79

Lazy and Eager Boolean evaluation #88

mrodz opened this issue Jul 1, 2023 · 0 comments · Fixed by #89
Labels
compiler Issues related to compilation & parsing enhancement New feature or request
Milestone

Comments

@mrodz
Copy link
Owner

mrodz commented Jul 1, 2023

  • a || b should only evaluate b if a is falsey.
  • a && b should only evaluate b if a is truthy.
@mrodz mrodz mentioned this issue Jul 1, 2023
3 tasks
@mrodz mrodz linked a pull request Jul 1, 2023 that will close this issue
@mrodz mrodz closed this as completed in #89 Jul 1, 2023
@mrodz mrodz added enhancement New feature or request compiler Issues related to compilation & parsing labels Jul 1, 2023
@mrodz mrodz added this to the Compilation milestone Jul 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler Issues related to compilation & parsing enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant