|
Transformation AlgorithmThese are the basic steps that Chameleon follows when implementing scripted transformation:
The order of Python execution for transformation is described in the following diagram: ![]() So typically the main work in setting up the scripted transformation is defining the message identities and then writing a transformation script for each one in Python. Scripted transformation does not actually make use of the segment grammar definition unlike other parsing operations in Chameleon. |