ryansuchocki / microscheme

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

Fix codegen_emit #45

Closed glv2 closed 2 years ago

glv2 commented 2 years ago

Remove a break added in commit e310e53c09d8bc18847f70791655f60e70271776 to allow fall through, otherwise the code for Scheme definitions is not generated.