basilTeam / basil

Fast and flexible language exploring partial evaluation, context-sensitive parsing, and metaprogramming. Compiles JIT or AOT to native code.
BSD 3-Clause "New" or "Revised" License
124 stars 11 forks source link

Add bitwise operators #12

Open minchingtonak opened 3 years ago

minchingtonak commented 3 years ago

Add bitwise operators including:

elucent commented 3 years ago

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.