Open ClemensBuechner opened 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
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