Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down