evincarofautumn / kitten

A statically typed concatenative systems programming language.
http://kittenlang.org/
Other
1.08k stars 39 forks source link

Added almost complete set of bitwise operations #187

Closed ColonelJ closed 7 years ago

ColonelJ commented 7 years ago

Logical right shift is currently missing since Haskell doesn't provide it (would have >>> operator).