From 414096460d5ccfcea68dc945b57d3736aa5dcf3e Mon Sep 17 00:00:00 2001 From: Sergei Zharinov Date: Thu, 8 Jan 2026 12:57:16 -0300 Subject: [PATCH] docs: Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 71311be..6995da9 100644 --- a/README.md +++ b/README.md @@ -44,10 +44,10 @@ Tree-sitter gives you the syntax tree. Extracting structured data from it still - [x] Tagged unions (discriminated unions) - [x] TypeScript type generation - [x] CLI: `exec` for matches, `infer` for types, `ast`/`trace`/`dump` for debug -- [ ] Grammar verification (validate queries against tree-sitter node types) +- [ ] Full validation against grammar (reject queries that can never match) - [ ] Compile-time queries via proc-macro -- [ ] LSP server -- [ ] Editor extensions +- [ ] WASM +- [ ] LSP, editor extensions ## Installation