This repository has been archived by the owner on Apr 24, 2018. It is now read-only.
✨ Add VisitorBase and VisitorMany
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.