Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ziglibs/treez
tree-sitter bindings for Zig
https://github.com/ziglibs/treez
Last synced: 1 day 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-23T21:13:03.000Z (4 months ago)
- Last Synced: 2024-11-07T18:49:23.759Z (6 days ago)
- Language: Zig
- Size: 89.8 KB
- Stars: 42
- Watchers: 3
- Forks: 11
- 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
```