princjef / regex-rust

A regular expression library implemented natively in Rust using Pike VM
MIT License
2 stars 0 forks source link

Implemented Parse Flags #9

Closed princjef closed 10 years ago

princjef commented 10 years ago

This branch does introduce 3 more failing testcases, but they are not related to the features implemented in the branch. I will fix that error once this is merged in.

princjef commented 10 years ago

@rbk2kb I merged your escape sequence changes into my branch so that it can be merged. Can you take a look at my changes to the octal and hex escape sequences to make sure they look right to you? FYI wherever you see f.i, it is true when case insensitive matching is enabled.