ooc-lang / rock

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

UnaryOp, BinaryOp, ArrayAccess, Comparison have a lot of code duplication #910

Open fasterthanlime opened 9 years ago

fasterthanlime commented 9 years ago

Was made painfully obvious in 91bc26ba7fe6fae6eed9d72d877413751d9597d3

I'm pretty sure we can find a way for them to use a common routine.