storm icon indicating copy to clipboard operation
storm copied to clipboard

Prism Program Traversers

Open sjunges opened this issue 3 years ago • 1 comments

Multiple operations on programs visit all expressions either to modify or to analyse them. This yields a series of awkward code duplications that could be reduced by adding a visitor pattern.

sjunges avatar Jun 11 '21 21:06 sjunges

FYI: For Jani, we have these traversers which I (personally) find a bit easier to work with compared to the visitor patterns we use for expressions or formulas.

tquatmann avatar Jun 14 '21 04:06 tquatmann