Skip to content
This repository has been archived by the owner on Feb 3, 2020. It is now read-only.

Boolean Operators #53

Closed
6 tasks done
sunjay opened this issue Feb 28, 2017 · 0 comments
Closed
6 tasks done

Boolean Operators #53

sunjay opened this issue Feb 28, 2017 · 0 comments

Comments

@sunjay
Copy link
Owner

sunjay commented Feb 28, 2017

  • || - "or" operator
  • && - "and" operator
  • ! - "not" operator
  • || and && should short-circuit evaluation Boolean && and || operators do not short-circuit #72
  • Define true and false keywords (make sure they can be parsed as constants in grammar)
  • make sure variables aren't inadvertently consumed (copy the cells when necessary)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant