mike-kaoudis-asimov

Results 2 comments of mike-kaoudis-asimov

I'm running into this issue as well - developed a plugin that makes use of `TraverserVisitor` and didn't realize that it would crash using the compiled version. For now I'm...

I ended up writing a new class with a very similar implementation to `TraverserVisitor`, but was forced to invert the visitor pattern as `Node.accept()` wouldn't work no matter what. Here's...