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: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A macro-based library for pattern matching in Nim programming language | 103 |
| A pattern matching library for Nim | 277 |
| Provides a functional-style recursive pattern matching framework for Python | 29 |
| A flexible regular expression language and engine for token-based pattern matching in natural language processing. | 75 |
| A pattern matching library for Clojure with focus on simplicity and abstraction | 176 |
| A C++ library providing a functional programming style pattern-matching mechanism | 1,286 |
| An implementation of pattern matching for Go. | 246 |
| A tiny Elixir library providing a simple rule handler using pattern matching | 13 |
| A library to simplify pattern matching on Roslyn syntax trees for C# code analysis and refactoring. | 29 |
| A pattern matching library for Clojure, optimized for performance and ease of use. | 1,189 |
| An algorithm implementation for efficient multi-string pattern matching using trie data structures. | 25 |
| An experimental C++ pattern matching library | 670 |
| A collection of classes for string matching algorithms | 378 |
| A macro system for defining Clojure functions with pattern matching capabilities. | 476 |
| An OCaml library that extends pattern-matching with regular expressions for more expressive and flexible matching logic | 22 |