Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ziglibs/treez

tree-sitter bindings for Zig
https://github.com/ziglibs/treez

Last synced: about 2 months ago
JSON representation

tree-sitter bindings for Zig

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
```