simple_match
Pattern matcher
A simple and extensible C++ pattern matching library
Simple header only pattern matching for c++14
227 stars
16 watching
16 forks
Language: C++
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
solodon4/mach7 | A C++ library providing a functional programming style pattern-matching mechanism | 1,283 |
pvginkel/microsoft.codeanalysis.csharp.patternmatching | A library to simplify pattern matching on Roslyn syntax trees for C# code analysis and refactoring. | 29 |
clojure/core.match | A pattern matching library for Clojure, optimized for performance and ease of use. | 1,190 |
nogizhopaboroda/f_context | A CoffeeScript library providing a simple and easy-to-use way to implement functional programming concepts using pattern matching. | 34 |
bramstein/funcy | An experiment in adding functional pattern matching to JavaScript | 247 |
bowenfu/matchit.cpp | A lightweight C++ header-only pattern-matching library with macro-free APIs. | 573 |
mpark/patterns | A C++ library that provides a pattern-matching system for expressing matching and transformation logic. | 666 |
jsr-core/match | A library for structured binding and validation in JavaScript/TypeScript | 41 |
missingfaktor/akar | A pattern matching library for Clojure with focus on simplicity and abstraction | 176 |
sindresorhus/matcher | A utility for simple string matching with wildcard patterns | 537 |
p-ranav/glob | A C++ library for pattern-based file matching and recursive searching | 249 |
guicho271828/trivia | A compiler for pattern matching in Common Lisp | 334 |
gobwas/glob | A Go library for efficient string matching using compile-time glob patterns. | 961 |
grantjenks/python-pattern-matching | A Python module implementing native pattern matching with functional language semantics | 162 |
killme2008/defun | A macro system for defining Clojure functions with pattern matching capabilities. | 477 |