Skip to content
This repository has been archived by the owner on Apr 24, 2018. It is now read-only.

✨ Add VisitorBase and VisitorMany

Compare
Choose a tag to compare
@hansott hansott released this 17 Sep 11:28
· 29 commits to master since this release
  • VisitorBase can be used to add a visitor without the need to implement every method of the visitor.
  • VisitorMany can be used to add multiple visitors to the traverser.