Hi, I am extending TruffleSOM and i need a post-processing over the AST. I would like to implement a visitor that add nodes with my particular behavior after compilation. But then i realized the accept method on Node is declared as final. Wouldn't it be better to allow subclassing the accept? Best, Guido.