ooc-lang / rock

:ocean: self-hosted ooc compiler that generates c99
http://ooc-lang.org/
MIT License
401 stars 40 forks source link

Correctly detect array access and binary operator side effects #983

Closed alexnask closed 8 years ago

alexnask commented 8 years ago

Closes #981 (expression never executed if it was in a return statement of a generic function when the result was not stored anywhere)

marcusnaslund commented 8 years ago

Cool, well done.