marianoguerra / efene

OFICIAL REPO IS AT https://github.com/efene/efene
https://github.com/efene/efene
Other
145 stars 32 forks source link

binary expression precedence is wrong #15

Closed marianoguerra closed 14 years ago

marianoguerra commented 14 years ago

this is true in erlang and not in efene

(2 bsl 5) bor (255 band bnot 0) = 2 bsl 5 bor 255 band bnot 0.