brain icon indicating copy to clipboard operation
brain copied to clipboard

Booleans and Advanced Conditional Expressions

Open sunjay opened this issue 8 years ago • 1 comments

  • [ ] Add a boolean type and the two keywords true and false which evaluate to a single cell with values 00000001 and 00000000 respectively
  • [ ] Support not x
  • [ ] Support x and y
  • [ ] Support x or y
  • [ ] Support x == y for all types
  • [ ] Support x != y for all types
  • [ ] Support x <= y for numeric types #11
  • [ ] Support x < y for numeric types
  • [ ] Support x >= y for numeric types
  • [ ] Support x > y for numeric types
  • [ ] etc.

These are all new expressions that should be added to the expression parsing.

sunjay avatar Jan 28 '17 04:01 sunjay

On hold until we progress more with the language.

sunjay avatar Jan 28 '17 04:01 sunjay