ScEpTIC.AST.transformations package

Subpackages

Module contents

ScEpTIC.AST.transformations.apply_transformation(transformation, functions_ast, vmstate)

Applies a program transformation. Note that any transformation must be specified as a sub-module of the transformation module. The name of the module represents the name of the transformation, which is passed as argument to this method. Each transformation sub-module need a apply_transformation() function that takes as argument the functions AST.