grit-pattern-matcher

Crates.iogrit-pattern-matcher
lib.rsgrit-pattern-matcher
version0.5.0
sourcesrc
created_at2024-04-29 19:29:59.931124
updated_at2024-10-25 17:34:24.344782
descriptionPattern definitions and core matching logic for GritQL
homepagehttps://docs.grit.io/language/overview
repositoryhttps://github.com/getgrit/gritql/
max_upload_size
id1224450
size238,345
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: 334

cargo fmt