elixir-pattern_tap
Pattern matcher
A macro that allows safe and concise pattern matching within the pipe operator
Macro for tapping into a pattern match while using the pipe operator
58 stars
4 watching
3 forks
Language: Elixir
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
kbrw/rulex | A tiny Elixir library providing a simple rule handler using pattern matching | 13 |
vic/expat | Library providing reusable and composable pattern matching in Elixir for simplifying code and improving readability | 177 |
mjambon/mikmatch | An OCaml library that extends pattern-matching with regular expressions for more expressive and flexible matching logic | 22 |
alehander92/gara | A macro-based library for pattern matching in Nim programming language | 103 |
killme2008/defun | A macro system for defining Clojure functions with pattern matching capabilities. | 477 |
blackrabbitt/mspm | An algorithm implementation for efficient multi-string pattern matching using trie data structures. | 26 |
timbray/quamina | A fast pattern-matching library for Go that enables efficient discovery of matching fields in event data. | 395 |
guicho271828/trivia | A compiler for pattern matching in Common Lisp | 334 |
mpark/patterns | A C++ library that provides a pattern-matching system for expressing matching and transformation logic. | 666 |
mgwidmann/named_args | Allows named argument passing in Elixir similar to Ruby's style | 28 |
alexpantyukhin/go-pattern-match | An implementation of pattern matching for Go. | 244 |
nogizhopaboroda/f_context | A CoffeeScript library providing a simple and easy-to-use way to implement functional programming concepts using pattern matching. | 34 |
michelcrypt4d4mus/yaralyzer | Analyzes binary and text data for YARA and regex matches, visualizes results with colors, and attempts to decode matched regions | 107 |
vic/ok_jose | Library providing an idiomatic Elixir way to pipe and handle results of functions returning tagged tuples. | 100 |
christhekeele/matcha | A toolset for creating and using match specifications in Elixir to efficiently filter, map, trace function calls, and select data from tables. | 89 |