NAME

abc::Grammar::Actions - ast transformations for abc

DESCRIPTION

This file contains the methods that are used by the parse grammar to build the PAST representation of an abc program. Each method below corresponds to a rule in grammar.pg, and is invoked at the point where {*} appears in the rule, with the current match object as the first argument. If the line containing {*} also has a #= key comment, then the value of the comment is passed as the second argument to the method.

Some hopefully helpful hints for reading this file: