ExpandMacros - rmboggs/boo GitHub Wiki

Added by dholton dholton

Calls an AbstractAstMacro's Expand method.

For example the print macro transforms this code:

print item

into this:

System.Console.WriteLine(item)