glob
Glob matcher
A Nim library for matching file paths against Unix style glob patterns.
Pure Nim library for matching file paths against Unix style glob patterns.
61 stars
2 watching
5 forks
Language: Nim
last commit: 9 months ago
Linked from 2 awesome lists
filesystemglobglob-matchinghacktoberfestmatchpatternwalk
Related projects:
Repository | Description | Stars |
---|---|---|
p-ranav/glob | A C++ library for pattern-based file matching and recursive searching | 249 |
gobwas/glob | A Go library for efficient string matching using compile-time glob patterns. | 961 |
alehander92/gara | A macro-based library for pattern matching in Nim programming language | 103 |
andreaferretti/patty | A pattern matching library for Nim | 277 |
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 |
dazinator/dotnet.glob | A fast globbing library for .NET applications that outperforms regular expressions. | 363 |
grantjenks/python-pattern-matching | A Python module implementing native pattern matching with functional language semantics | 162 |
killme2008/defun | A macro system for defining Clojure functions with pattern matching capabilities. | 477 |
tomnomnom/gf | A tool that simplifies the process of searching for specific patterns in text data | 1,823 |
dissectmalware/pysamesame | A Python tool for manipulating Unicode characters with similar visual representations. | 23 |
solodon4/mach7 | A C++ library providing a functional programming style pattern-matching mechanism | 1,283 |
treeform/flatty | A fast and simple binary serializer/deserializer for Nim. | 87 |
timbray/quamina | A fast pattern-matching library for Go that enables efficient discovery of matching fields in event data. | 395 |
krux02/ast-pattern-matching | A library for matching patterns on abstract syntax trees (ASTs) in programming languages. | 100 |