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

Implement Walker interface #12

Open
eric opened this issue Mar 6, 2013 · 2 comments
Open

Implement Walker interface #12

eric opened this issue Mar 6, 2013 · 2 comments
Labels

Comments

@eric
Copy link

eric commented Mar 6, 2013

One of the neat things about re2 is that you can walk the parsed regular expression to do crazy things with it:

It would be neat to have access to that in ruby.

@mudge
Copy link
Owner

mudge commented Mar 6, 2013

Interesting; I've not looked into this part of re2 previously. Do you have a rough idea of how you'd like the API to look or do you just want it to mirror the C++ interface?

@eric
Copy link
Author

eric commented Mar 6, 2013

I don't have a strong feel for what would make the most sense there.

Maybe starting close to the C++ interface would be a good start.

@mudge mudge added the feature label Jul 23, 2015
@mudge mudge added stale Issues that haven't had any activity for at least 60 days and removed stale Issues that haven't had any activity for at least 60 days labels Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants