Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Boolean arithmetic #7

Closed
11 tasks done
LeslieM98 opened this issue Oct 21, 2018 · 0 comments
Closed
11 tasks done

Boolean arithmetic #7

LeslieM98 opened this issue Oct 21, 2018 · 0 comments
Assignees
Labels

Comments

@LeslieM98
Copy link
Owner

LeslieM98 commented Oct 21, 2018

The compiler should be able to handle:

  • NOT (!)
  • AND (&&)
  • OR (||)
  • greater than (>)
  • less than (<)
  • greater or equal (>=)
  • smaller or equal(<=)
  • equals (==)
  • not equals (!=)

  • Implemented
  • Tested
@LeslieM98 LeslieM98 added the task label Oct 21, 2018
@LeslieM98 LeslieM98 self-assigned this Oct 21, 2018
LeslieM98 added a commit that referenced this issue Oct 28, 2018
LeslieM98 added a commit that referenced this issue Oct 28, 2018
LeslieM98 added a commit that referenced this issue Oct 28, 2018
LeslieM98 added a commit that referenced this issue Oct 28, 2018
LeslieM98 added a commit that referenced this issue Oct 28, 2018
LeslieM98 added a commit that referenced this issue Nov 4, 2018
LeslieM98 added a commit that referenced this issue Nov 4, 2018
LeslieM98 added a commit that referenced this issue Nov 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant