DEV Community

Cover image for A pattern matching DSL for modern C++
sentomk
sentomk

Posted on

A pattern matching DSL for modern C++

Hey everyone! πŸ‘‹
This is my first time posting about my open-source project here β€” it’s called Patternia, a header-only compile-time pattern-matching DSL for modern C++.

It provides a clean and expressive syntax for writing match expressions, all evaluated entirely at compile time with zero runtime overhead.

πŸ”— GitHub

I’d love to hear your feedback β€” especially on performance, syntax feel, and any compiler corner cases you might find.

More updates are coming soon as I keep tuning and polishing the internals πŸ‘»πŸ‘»

Top comments (0)