-
Notifications
You must be signed in to change notification settings - Fork 15
External transformation
Valentin Clement (バレンタイン クレメン) edited this page Feb 13, 2019
·
2 revisions
The CLAW Compiler allows user to use external transformation through a plugin mechanism. This section explains how one can write and use external transformations.
A transformation is defined in a class inheriting from ClawTransformation
or ClawBlockTransformation
.