mikmatch
Pattern matcher
An OCaml library that extends pattern-matching with regular expressions for more expressive and flexible matching logic
OCaml pattern-matching extended with regexps (unmaintained)
22 stars
7 watching
7 forks
Language: OCaml
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
blackrabbitt/mspm | An algorithm implementation for efficient multi-string pattern matching using trie data structures. | 25 |
admk/patmat | Provides a functional-style recursive pattern matching framework for Python | 29 |
knowitall/openregex | A flexible regular expression language and engine for token-based pattern matching in natural language processing. | 75 |
mpark/patterns | An experimental C++ pattern matching library | 670 |
mjambon/dum | Tools for inspecting and debugging OCaml values | 29 |
mmottl/pcre-ocaml | A library that provides Perl-compatible regular expressions for string matching in OCaml | 31 |
alehander92/gara | A macro-based library for pattern matching in Nim programming language | 103 |
nogizhopaboroda/f_context | A CoffeeScript library providing a simple and easy-to-use way to implement functional programming concepts using pattern matching. | 34 |
mgwidmann/elixir-pattern_tap | A macro that allows safe and concise pattern matching within the pipe operator | 58 |
alexpantyukhin/go-pattern-match | An implementation of pattern matching for Go. | 246 |
timbray/quamina | A fast pattern-matching library for Go that enables efficient discovery of matching fields in event data. | 412 |
mattjbray/ocaml-decoders | A combinator library that decodes JSON-like data into OCaml types | 85 |
solodon4/mach7 | A C++ library providing a functional programming style pattern-matching mechanism | 1,286 |
clojure/core.match | A pattern matching library for Clojure, optimized for performance and ease of use. | 1,189 |
guicho271828/trivia | A compiler for pattern matching in Common Lisp | 336 |