Skip to content

Allow transversal in RegExpVisitor #15

@connor4312

Description

@connor4312

Estraverse allows the visitor to do several things in its functions:

  • return skip to avoid recursion
  • return break to stop iteration
  • call a replace function to replace the current node

It would be useful to implement these in regexpp as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions