-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
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
Labels
No labels