Skip to content

External transformation

Valentin Clement (バレンタイン クレメン) edited this page Feb 13, 2019 · 2 revisions

External transformation

The CLAW Compiler allows user to use external transformation through a plugin mechanism. This section explains how one can write and use external transformations.

Transformation

A transformation is defined in a class inheriting from ClawTransformation or ClawBlockTransformation.

Transformation set