https://github.com/ziglibs/treez
tree-sitter bindings for Zig
https://github.com/ziglibs/treez
Last synced: 14 days ago
JSON representation
tree-sitter bindings for Zig
- Host: GitHub
- URL: https://github.com/ziglibs/treez
- Owner: ziglibs
- License: mit
- Created: 2023-04-15T20:00:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-23T21:13:03.000Z (11 months ago)
- Last Synced: 2025-06-17T20:55:19.420Z (14 days ago)
- Language: Zig
- Size: 89.8 KB
- Stars: 46
- Watchers: 3
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# treez
tree-sitter bindings for Zig. WIP.
## Try it out!
```bash
zig build example# It'll print every identifier in `example.zig`; it's a tree-sitter quine of sorts :P
```