From c84f3f5578e40f39203aa5784c6717dee080a62d Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Tue, 30 Apr 2024 22:30:04 -0400 Subject: [PATCH] docs: add tree-sitter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 437e364..b9a939f 100644 --- a/README.md +++ b/README.md @@ -1637,6 +1637,7 @@ See also [Are we game yet?](https://arewegameyet.rs) * [rust-bakery/nom](https://github.com/rust-bakery/nom) — parser combinator library * [s-panferov/queryst](https://github.com/s-panferov/queryst) — A query string parsing library inspired by [gs](https://github.com/ljharb/qs#readme) * [softdevteam/grmtools](https://github.com/softdevteam/grmtools/) - A LR parser with better error correction + * [tree-sitter/tree-sitter](https://github.com/tree-sitter/tree-sitter) - A parser generator tool and an incremental parsing library geared towards programming tools ### Peripherals