matthewryanscott/CarlAdam

Split arc `transform` into `transform_pre` and `transform_post`

Opened this issue · 0 comments

Current

After #1 is finished, any guard function of a place-transition arc will operate on tokens prior to the arc's transform function being called.

Desired

An arc can specify a transform_pre (current behavior) and a transform_post function.