PAST to POST transformation
- Basically the same sort of thing as parse -> PAST transformation
- Convert high-level constructs into low-level Parrot op (abstract) equivalents
- Many of these are easy
- Some, however, are a challenge
- chained operators ( $a < $b < $c )
- short-circuit xor ( $z = $a ^^ $b ^^ $c )