Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add visit() function to source tree #121

Merged
merged 2 commits into from
Nov 5, 2024
Merged

Commits on Oct 10, 2024

  1. Add visit() function to source tree

    The new visit() function:
    - Passes each node as an argument to the specified callable.
    - Decides which node to visit next based on the return type.
    
    The return types are an enum; the values in this enum may need to be
    extended in order to support additional functionality.
    
    Signed-off-by: John Pennycook <[email protected]>
    Pennycook committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    491bff7 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Remove tuples from Visitor enum definition

    Signed-off-by: John Pennycook <[email protected]>
    Pennycook committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    72b3d1b View commit details
    Browse the repository at this point in the history