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 |
---|---|---|
| A tiny Elixir library providing a simple rule handler using pattern matching | 13 |
| Library providing reusable and composable pattern matching in Elixir for simplifying code and improving readability | 177 |
| An OCaml library that extends pattern-matching with regular expressions for more expressive and flexible matching logic | 22 |
| A macro-based library for pattern matching in Nim programming language | 103 |
| A macro system for defining Clojure functions with pattern matching capabilities. | 476 |
| An algorithm implementation for efficient multi-string pattern matching using trie data structures. | 25 |
| A fast pattern-matching library for Go that enables efficient discovery of matching fields in event data. | 412 |
| A compiler for pattern matching in Common Lisp | 336 |
| An experimental C++ pattern matching library | 670 |
| Allows named argument passing in Elixir similar to Ruby's style | 28 |
| An implementation of pattern matching for Go. | 246 |
| A CoffeeScript library providing a simple and easy-to-use way to implement functional programming concepts using pattern matching. | 34 |
| Analyzes binary and text data for YARA and regex matches, visualizes results with colors, and attempts to decode matched regions | 109 |
| Library providing an idiomatic Elixir way to pipe and handle results of functions returning tagged tuples. | 100 |
| A toolset for creating and using match specifications in Elixir to efficiently filter, map, trace function calls, and select data from tables. | 90 |