basil icon indicating copy to clipboard operation
basil copied to clipboard

Add bitwise operators

Open minchingtonak opened this issue 4 years ago • 1 comments

Add bitwise operators including:

  • & (bitwise and)
  • | (bitwise or)
  • >> (bitwise left shift)
  • << (bitwise right shift)

minchingtonak avatar Oct 19 '20 01:10 minchingtonak

Tentatively scheduling this for 1.1 - it's probably not too hard to add, but I don't know that it's essential for the language to function initially.

elucent avatar Oct 04 '21 07:10 elucent