Transforming parse to PAST
perl6 uses a tree grammar (TGE) to perform the parse tree to PAST transformation.
A typical transformation is given on the next slide.
Note that we're still changing the syntax (and what I have here might already be out of date).