Thanks for your feedback, I was looking for a re lib with named group because I wanted to implement a minimalist lexer.
I think I will implement my own lexer by hand without the regex. Thanks > On 27 mars 2014, at 10:47 AM, Corey Richardson <[email protected]> wrote: > > There is a ton of discussion on https://github.com/mozilla/rust/issues/3591 > >> On Thu, Mar 27, 2014 at 4:29 AM, Daniel Fath <[email protected]> wrote: >> Hi Stephane, >> >> I think there are few libraries, but I'm unsure how complete they are, >> searching Github for Rust regex yields all possible candidates. >> >> Here is the one that seems the most recent >> https://github.com/ferristseng/regex-rust >> >> Sincerely, >> Daniel >> >> >>> On Thu, Mar 27, 2014 at 8:58 AM, Stephane Wirtel <[email protected]> wrote: >>> >>> Hi all, >>> >>> Do you know a lib for the regular expressions? >>> >>> Thank you >>> >>> Stephane >>> _______________________________________________ >>> Rust-dev mailing list >>> [email protected] >>> https://mail.mozilla.org/listinfo/rust-dev >> >> >> >> _______________________________________________ >> Rust-dev mailing list >> [email protected] >> https://mail.mozilla.org/listinfo/rust-dev > > > > -- > http://octayn.net/ _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
