Mach7
Pattern matcher
A C++ library providing a functional programming style pattern-matching mechanism
Functional programming style pattern-matching library for C++
1k stars
66 watching
78 forks
Language: C++
last commit: about 3 years ago
Linked from 2 awesome lists
adtalgebraic-data-typespatternpattern-matchingvariantvisitorvisitor-pattern
Related projects:
Repository | Description | Stars |
---|---|---|
jbandela/simple_match | A simple and extensible C++ pattern matching library | 227 |
mpark/patterns | A C++ library that provides a pattern-matching system for expressing matching and transformation logic. | 666 |
admk/patmat | Provides a functional-style recursive pattern matching framework for Python | 29 |
pvginkel/microsoft.codeanalysis.csharp.patternmatching | A library to simplify pattern matching on Roslyn syntax trees for C# code analysis and refactoring. | 29 |
nogizhopaboroda/f_context | A CoffeeScript library providing a simple and easy-to-use way to implement functional programming concepts using pattern matching. | 34 |
bowenfu/matchit.cpp | A lightweight C++ header-only pattern-matching library with macro-free APIs. | 573 |
alehander92/gara | A macro-based library for pattern matching in Nim programming language | 103 |
bramstein/funcy | An experiment in adding functional pattern matching to JavaScript | 247 |
missingfaktor/akar | A pattern matching library for Clojure with focus on simplicity and abstraction | 176 |
killme2008/defun | A macro system for defining Clojure functions with pattern matching capabilities. | 477 |
p-ranav/glob | A C++ library for pattern-based file matching and recursive searching | 249 |
krux02/ast-pattern-matching | A library for matching patterns on abstract syntax trees (ASTs) in programming languages. | 100 |
alexpantyukhin/go-pattern-match | An implementation of pattern matching for Go. | 244 |
guicho271828/trivia | A compiler for pattern matching in Common Lisp | 334 |
clojure/core.match | A pattern matching library for Clojure, optimized for performance and ease of use. | 1,190 |