plum-umd / the-838e-compiler

Compiler for CMSC 838E
2 stars 0 forks source link

bitwise operations #63

Open minghui-liu opened 3 years ago

minghui-liu commented 3 years ago

bitwise-and, bitwise-ior and bitwise-xor are working correctly. bitwise-not does not behave like Racket does.

vyasgupta commented 3 years ago

bitwise-not, bitwise-and, bitwise-ior and bitwise-xor should all be working correctly now, for fixnums and bignums