patterns
Pattern matcher
A C++ library that provides a pattern-matching system for expressing matching and transformation logic.
This is an experimental library that has evolved to P2688
666 stars
29 watching
31 forks
Language: C++
last commit: about 5 years ago
Linked from 1 awesome list
pattern-matching
Related projects:
Repository | Description | Stars |
---|---|---|
solodon4/mach7 | A C++ library providing a functional programming style pattern-matching mechanism | 1,283 |
admk/patmat | Provides a functional-style recursive pattern matching framework for Python | 29 |
clojure/core.match | A pattern matching library for Clojure, optimized for performance and ease of use. | 1,190 |
killme2008/defun | A macro system for defining Clojure functions with pattern matching capabilities. | 477 |
missingfaktor/akar | A pattern matching library for Clojure with focus on simplicity and abstraction | 176 |
mjambon/mikmatch | An OCaml library that extends pattern-matching with regular expressions for more expressive and flexible matching logic | 22 |
grantjenks/python-pattern-matching | A Python module implementing native pattern matching with functional language semantics | 162 |
pvginkel/microsoft.codeanalysis.csharp.patternmatching | A library to simplify pattern matching on Roslyn syntax trees for C# code analysis and refactoring. | 29 |
bowenfu/matchit.cpp | A lightweight C++ header-only pattern-matching library with macro-free APIs. | 573 |
phakornkiong/go-pattern-match | Provides a concise and declarative way to handle complex conditional logic in Go | 93 |
blackrabbitt/mspm | An algorithm implementation for efficient multi-string pattern matching using trie data structures. | 26 |
alehander92/gara | A macro-based library for pattern matching in Nim programming language | 103 |
jbandela/simple_match | A simple and extensible C++ pattern matching library | 227 |
alexpantyukhin/go-pattern-match | An implementation of pattern matching for Go. | 244 |
knowitall/openregex | A flexible regular expression language and engine for token-based pattern matching in natural language processing. | 75 |