Can you provide a way that a node can be removed from the ast_tree using the visitors? I have been trying for many days to implement it using various methods but nothing seems to work. The transformer visitors do not seem to modify the ast nodes at all.
Can you provide a way that a node can be removed from the ast_tree using the visitors? I have been trying for many days to implement it using various methods but nothing seems to work. The transformer visitors do not seem to modify the ast nodes at all.