Skip to content

Add Conex - single-header binary pattern matching library#1846

Open
DanielCohen197 wants to merge 1 commit into
fffaraz:masterfrom
DanielCohen197:patch-1
Open

Add Conex - single-header binary pattern matching library#1846
DanielCohen197 wants to merge 1 commit into
fffaraz:masterfrom
DanielCohen197:patch-1

Conversation

@DanielCohen197
Copy link
Copy Markdown

Adding Conex, a single-header C++20 library for condition-based binary pattern matching.

  • Single header, no dependencies
  • Regex-style pattern syntax: (c0:4)(c1:8)*
  • Each group is a lambda that inspects raw bytes
  • Supports *, +, ? quantifiers with backtracking and captures
  • MIT licensed, CI passing on GCC/Clang/MSVC

https://github.com/DanielCohen197/Conex

Adding Conex, a single-header C++20 library for condition-based binary pattern matching.

- Single header, no dependencies
- Regex-style pattern syntax: (c0:4)(c1:8)*
- Each group is a lambda that inspects raw bytes
- Supports *, +, ? quantifiers with backtracking and captures
- MIT licensed, CI passing on GCC/Clang/MSVC

https://github.com/DanielCohen197/Conex
@DanielCohen197 DanielCohen197 changed the title Add Conex library to README.md Add Conex - single-header binary pattern matching library May 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant