Skip to content

Add behaviors to AST Visitors #402

Description

@Kuinox

We should add an enum to have the AST Visitor adopt a certain behavior.
For example, currently the AST Visitor Visit the most specific node and that it, we may want that the Visitor call the base Visitor (which is very practical in the code Formatter), this should be optional since it come at a performance cost.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions