aibasel / machetli

GNU General Public License v3.0
6 stars 3 forks source link

clean up visitors #62

Open ClemensBuechner opened 2 years ago

ClemensBuechner commented 2 years ago

probably easiest by using tarski instead of doing our own stuff related to #60

The visitor pattern should do the recursion so that it doesn't need to be re-implemented in every inherited class.

write function for PDDL visitor body that takes a visitor and a name to replace