ELENA-LANG / elena-lang

ELENA is a general-purpose language with late binding. It is multi-paradigm, combining features of functional and object-oriented programming. Rich set of tools are provided to deal with message dispatching : multi-methods, message qualifying, generic message handlers, run-time interfaces
https://elena-lang.github.io/
MIT License
236 stars 26 forks source link

Bitwise operations #538

Closed arakov closed 3 years ago

arakov commented 3 years ago

To make the code more compatible with C like languages and to get rid of ambiguity between boolean and bitwise operations, the following operations will be supported:

arakov commented 3 years ago

done