python-pattern-matching
Pattern matcher
A Python module implementing native pattern matching with functional language semantics
Python pattern matching like functional languages.
162 stars
11 watching
12 forks
Language: Python
last commit: almost 4 years ago Related projects:
Repository | Description | Stars |
---|---|---|
admk/patmat | Provides a functional-style recursive pattern matching framework for Python | 29 |
alexpantyukhin/go-pattern-match | An implementation of pattern matching for Go. | 246 |
phakornkiong/go-pattern-match | Provides a concise and declarative way to handle complex conditional logic in Go | 93 |
egison/egison | A Haskell-based programming language and interpreter for pattern-matching and functional programming on various data types | 912 |
nogizhopaboroda/f_context | A CoffeeScript library providing a simple and easy-to-use way to implement functional programming concepts using pattern matching. | 34 |
mpark/patterns | An experimental C++ pattern matching library | 670 |
pvginkel/microsoft.codeanalysis.csharp.patternmatching | A library to simplify pattern matching on Roslyn syntax trees for C# code analysis and refactoring. | 29 |
alehander92/gara | A macro-based library for pattern matching in Nim programming language | 103 |
knowitall/openregex | A flexible regular expression language and engine for token-based pattern matching in natural language processing. | 75 |
bramstein/funcy | An experiment in adding functional pattern matching to JavaScript | 247 |
killme2008/defun | A macro system for defining Clojure functions with pattern matching capabilities. | 476 |
jamesturk/jellyfish | A Python library providing algorithms and encoding schemes for approximate string matching. | 2,075 |
ambitioninc/kmatch | A language for validating and filtering Python dictionaries | 47 |
guicho271828/trivia | A compiler for pattern matching in Common Lisp | 336 |
solodon4/mach7 | A C++ library providing a functional programming style pattern-matching mechanism | 1,286 |