Calls an AbstractAstMacro's Expand method.
For example the print macro transforms this code:
print item
into this:
System.Console.WriteLine(item)