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 9 years ago Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A Python module implementing native pattern matching with functional language semantics | 162 |
| | A macro-based library for pattern matching in Nim programming language | 103 |
| | An experimental C++ pattern matching library | 670 |
| | A C++ library providing a functional programming style pattern-matching mechanism | 1,286 |
| | An implementation of pattern matching for Go. | 246 |
| | An OCaml library that extends pattern-matching with regular expressions for more expressive and flexible matching logic | 22 |
| | A pattern matching library for Clojure with focus on simplicity and abstraction | 176 |
| | A CoffeeScript library providing a simple and easy-to-use way to implement functional programming concepts using pattern matching. | 34 |
| | A pattern matching library for Nim | 277 |
| | A macro system for defining Clojure functions with pattern matching capabilities. | 476 |
| | Provides a concise and declarative way to handle complex conditional logic in Go | 93 |
| | A library for matching patterns on abstract syntax trees (ASTs) in programming languages. | 100 |
| | A tool to visually analyze the correspondences between YARA rules and sample strings | 3 |
| | An algorithm implementation for efficient multi-string pattern matching using trie data structures. | 25 |
| | Analyzes binary and text data for YARA and regex matches, visualizes results with colors, and attempts to decode matched regions | 109 |