This repository was archived by the owner on Apr 24, 2018. It is now read-only.
✨ Add VisitorBase and VisitorMany
VisitorBasecan be used to add a visitor without the need to implement every method of the visitor.VisitorManycan be used to add multiple visitors to the traverser.