ast-pattern-matching
AST matcher
A library for matching patterns on abstract syntax trees (ASTs) in programming languages.
A library to do pattern matching on the AST in the Nim programming language.
100 stars
11 watching
10 forks
Language: Nim
last commit: 12 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
alehander92/gara | A macro-based library for pattern matching in Nim programming language | 103 |
andreaferretti/patty | A pattern matching library for Nim | 277 |
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 |
missingfaktor/akar | A pattern matching library for Clojure with focus on simplicity and abstraction | 176 |
solodon4/mach7 | A C++ library providing a functional programming style pattern-matching mechanism | 1,283 |
alexpantyukhin/go-pattern-match | An implementation of pattern matching for Go. | 245 |
kbrw/rulex | A tiny Elixir library providing a simple rule handler using pattern matching | 13 |
pvginkel/microsoft.codeanalysis.csharp.patternmatching | A library to simplify pattern matching on Roslyn syntax trees for C# code analysis and refactoring. | 29 |
clojure/core.match | A pattern matching library for Clojure, optimized for performance and ease of use. | 1,190 |
blackrabbitt/mspm | An algorithm implementation for efficient multi-string pattern matching using trie data structures. | 26 |
mpark/patterns | A C++ library that provides a pattern-matching system for expressing matching and transformation logic. | 666 |
flori/amatch | A collection of classes for string matching algorithms | 378 |
killme2008/defun | A macro system for defining Clojure functions with pattern matching capabilities. | 477 |
mjambon/mikmatch | An OCaml library that extends pattern-matching with regular expressions for more expressive and flexible matching logic | 22 |