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

Transducer support for regex-automata #167

Open
tisonkun opened this issue Mar 25, 2024 · 0 comments
Open

Transducer support for regex-automata #167

tisonkun opened this issue Mar 25, 2024 · 0 comments

Comments

@tisonkun
Copy link

DEPRECATED. Use 'regex-automata' crate with 'transducer' feature instead.

Coming from rust-lang/regex#1087, I wonder if the opt-in glue of regex-automata and fst is a replace of "fst-regex" here. That said, a separate crate perhaps still fst-regex or fst-regex-automata.

The implementation can be similar to https://github.com/BurntSushi/aho-corasick/blob/56256dca1bcd2365fd1dc987c1c06195429a2e2c/src/transducer.rs while we gradually expose more options to configure.

For the first milestone, make it configurable Anchored/Unanchored. I'm not quite sure if other options are essential.

Note that this is not an urge, but leave my thoughts here. It's OK to be pending until maintainer's spare time and motivation.

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

No branches or pull requests

2 participants