4 repos
Regular expression parsing, matching, and engine implementations across multiple languages. This cluster covers foundational regex libraries and engines (notably regexp2, regex, and RE-flex), educational implementations like regexp_dcg, comparative analysis of engine behavior (regex-engine-divergences), and advanced regex features (fancy-regex). The repos span C++, Java, and Rust, reflecting both established and modern approaches to regex compilation and execution.