Main program for transformation compiler.
Parse the input.
Operator priority resolution and name analysis for transformation compiler.
Transformation compiler tests.
Transformation compiler main program.
Abstract syntax.
Operator priority resolution and name analysis for transformation compiler. Transform the generic operator tree from the parser into one that correctly represents the precedence of the operators. Operators are assumed to be left associative.