patmat
Pattern matcher
Provides a functional-style recursive pattern matching framework for Python
Functional-style recursive pattern matching in Python. Crazy stuff.
29 stars
4 watching
2 forks
Language: Python
last commit: over 8 years ago Related projects:
Repository | Description | Stars |
---|---|---|
grantjenks/python-pattern-matching | A Python module implementing native pattern matching with functional language semantics | 162 |
alehander92/gara | A macro-based library for pattern matching in Nim programming language | 103 |
mpark/patterns | A C++ library that provides a pattern-matching system for expressing matching and transformation logic. | 666 |
solodon4/mach7 | A C++ library providing a functional programming style pattern-matching mechanism | 1,283 |
alexpantyukhin/go-pattern-match | An implementation of pattern matching for Go. | 244 |
mjambon/mikmatch | An OCaml library that extends pattern-matching with regular expressions for more expressive and flexible matching logic | 22 |
missingfaktor/akar | A pattern matching library for Clojure with focus on simplicity and abstraction | 176 |
nogizhopaboroda/f_context | A CoffeeScript library providing a simple and easy-to-use way to implement functional programming concepts using pattern matching. | 34 |
andreaferretti/patty | A pattern matching library for Nim | 277 |
killme2008/defun | A macro system for defining Clojure functions with pattern matching capabilities. | 477 |
phakornkiong/go-pattern-match | Provides a concise and declarative way to handle complex conditional logic in Go | 93 |
krux02/ast-pattern-matching | A library for matching patterns on abstract syntax trees (ASTs) in programming languages. | 100 |
m0n4/yara-matches-correspondance-array | A tool to visually analyze the correspondences between YARA rules and sample strings | 3 |
blackrabbitt/mspm | An algorithm implementation for efficient multi-string pattern matching using trie data structures. | 26 |
michelcrypt4d4mus/yaralyzer | Analyzes binary and text data for YARA and regex matches, visualizes results with colors, and attempts to decode matched regions | 107 |