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

https://github.com/grayjack/tree-sitter-zig

Tree-sitter package for the Zig programming language
https://github.com/grayjack/tree-sitter-zig

tree-sitter tree-sitter-zig zig ziglang

Last synced: 4 months ago
JSON representation

Tree-sitter package for the Zig programming language

Awesome Lists containing this project

README

          

# tree-sitter-zig

Zig grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter)

# Testing the parser
## Install dependency
```sh
npm install
```

## Test a zig file
```sh
./node_modules/tree-sitter-cli/tree-sitter parse
```

## References
[Zig master branch docs](https://ziglang.org/documentation/master/)