Translate a<b to IR Trees
- by drozzy
I have to translate the mini-java (java like language) statements into intermediate-representation trees. But for this question I have no idea what it is asking...
a>b moves a 1 or 0 into some newly defined temporary,
and whose right-hand side is a temporary
Does the wording make sense to anyone?
(I am using the Java compilers book, and it is question 7.2d) in ch7.)