ryansuchocki / microscheme

A Scheme subset for Atmel microcontrollers.
http://ryansuchocki.github.io/microscheme/
MIT License
300 stars 20 forks source link

Fix possible wrong return type with << #41

Closed glv2 closed 3 years ago

glv2 commented 3 years ago

Clearing the top bit of CRSh is necessary for '<<' as shifting left can overwrite the type bit.