Skip to content

Make visitor the responsible for choosing traversal strategy

  • This changes the mode that traversal is chosen. Now it can be completely customized by the user when providing a visitor.
  • It is backwards compatible. That is, previous algorithms conserve the same default traversal strategies as before.

Closes #4

Edited by Santiago Ospina De Los Ríos

Merge request reports