Skip to content

Commit 03f6a66

Browse files
authored
Update README.md
* mark Query and QueryCursor completed/in progress * added screenshot of new query form
1 parent 2210c02 commit 03f6a66

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Windows only for now and only tested with Delphi.
1616
| Tree | Basics covered |
1717
| TreeCursor | Mostly complete |
1818
| Node | Mostly complete |
19-
| Query | Missing |
20-
| QueryCursor | Missing |
19+
| Query | Mostly complete |
20+
| QueryCursor | Complete except demo |
2121
| LookAheadIterator | Missing |
2222
| WebAssembly Integration | Missing |
2323

@@ -50,3 +50,7 @@ Inspector-like grid with node properties. Navigation via popup menu of the tree.
5050

5151
Now with secondary form listing symbols, fields and version of the language:
5252
![image](https://github.com/modersohn/delphi-tree-sitter/assets/44807458/1243f2fe-ca26-4658-a24e-55ab11c5c153)
53+
54+
New query form started, for now only showing info about the query, no matches, QueryCursor usage yet:
55+
![image](https://github.com/modersohn/delphi-tree-sitter/assets/44807458/6bff648a-b062-41f3-8464-0b5100a84e65)
56+

0 commit comments

Comments
 (0)