grit-pattern-matcher

Crates.iogrit-pattern-matcher
lib.rsgrit-pattern-matcher
version0.5.1
created_at2024-04-29 19:29:59.931124+00
updated_at2025-01-07 20:26:54.075265+00
descriptionPattern definitions and core matching logic for GritQL
homepagehttps://docs.grit.io/language/overview
repositoryhttps://github.com/getgrit/gritql/
max_upload_size
id1224450
size238,546
Morgante Pell (morgante)

documentation

https://docs.grit.io/tutorials/gritql

README

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.

Commit count: 357

cargo fmt