Intermed
iate
code generator
:
Example
E
Position
:=
E
Initial
+
E
Rate
*
60
IntToReal
Abstract
Syntax
Tree:
T1
T2
T1 :=
IntToReal
(60)
T2 :=
E
Rate * T1
T3 :=
E
Initial
+
T2
E
Positon := T3
T3
Intermediate
code:
13/17