Melody is a language that compiles to regular expressions and aims to be more readable and maintainable
updated at Nov. 16, 2024, 6:40 a.m.
17 +0
4,634 -2
56 +1
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
updated at Nov. 17, 2024, 1:07 a.m.
293 +2
48,765 +129
2,005 +10
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
updated at Nov. 17, 2024, 5:26 p.m.
54 +0
3,544 +6
443 +1