Crates.io | grit-pattern-matcher |
lib.rs | grit-pattern-matcher |
version | 0.5.0 |
source | src |
created_at | 2024-04-29 19:29:59.931124 |
updated_at | 2024-10-25 17:34:24.344782 |
description | Pattern definitions and core matching logic for GritQL |
homepage | https://docs.grit.io/language/overview |
repository | https://github.com/getgrit/gritql/ |
max_upload_size | |
id | 1224450 |
size | 238,345 |
grit-pattern-matcher
This crate contains all the pattern definitions that are at the heart of the
GritQL engine. There's a Matcher
trait that's implemented by the patterns,
which implements the matching logic.
It is important this crate stays free of TreeSitter dependencies, since it is intended to be reusable by other engines which may use their own parser infrastructure.