Product Launch
anonymous
4 points
1 comments
Posted2 months ago
Show HN: Patternia – A compile-time pattern matching DSL for C++
github.comC++pattern matchingopen-source
Discussion (1 comments)
Showing 1 comments
2 months ago
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.
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 internal.