gara
Pattern matcher
A macro-based library for pattern matching in Nim programming language
103 stars
3 watching
4 forks
Language: Nim
last commit: over 4 years ago
Linked from 2 awesome lists
nimpattern
Related projects:
Repository | Description | Stars |
---|---|---|
andreaferretti/patty | A pattern matching library for Nim | 277 |
krux02/ast-pattern-matching | A library for matching patterns on abstract syntax trees (ASTs) in programming languages. | 100 |
admk/patmat | Provides a functional-style recursive pattern matching framework for Python | 29 |
solodon4/mach7 | A C++ library providing a functional programming style pattern-matching mechanism | 1,283 |
guicho271828/trivia | A compiler for pattern matching in Common Lisp | 334 |
haltcase/glob | A Nim library for matching file paths against Unix style glob patterns. | 61 |
blackrabbitt/mspm | An algorithm implementation for efficient multi-string pattern matching using trie data structures. | 26 |
m0n4/yara-matches-correspondance-array | A tool to visually analyze the correspondences between YARA rules and sample strings | 3 |
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 |
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 |
mgwidmann/elixir-pattern_tap | A macro that allows safe and concise pattern matching within the pipe operator | 58 |
grantjenks/python-pattern-matching | A Python module implementing native pattern matching with functional language semantics | 162 |
gobwas/glob | A Go library for efficient string matching using compile-time glob patterns. | 961 |