Skip to content

[feature request] Expose the parsing/compiling internals #22

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

Closed
andrew-d opened this issue Jan 14, 2015 · 1 comment
Closed

[feature request] Expose the parsing/compiling internals #22

andrew-d opened this issue Jan 14, 2015 · 1 comment

Comments

@andrew-d
Copy link

Note: mirrored from rust-lang/rust#18710

I was looking at implementing something similar to this - a trigram-index-aided search. I'd rather not reproduce the code necessary to parse the regex, considering it already lives in libregex. It'd be nice if the parsing/compiling was exposed for use - perhaps similar to how Go does it with their regexp and regexp/syntax packages.

@BurntSushi
Copy link
Member

Closing in favor of #23.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants