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
- Host: GitHub
- URL: https://github.com/grayjack/tree-sitter-zig
- Owner: GrayJack
- License: bsd-3-clause
- Created: 2019-11-22T09:47:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-24T22:25:06.000Z (about 2 years ago)
- Last Synced: 2025-03-25T16:44:53.710Z (about 1 year ago)
- Topics: tree-sitter, tree-sitter-zig, zig, ziglang
- Language: JavaScript
- Size: 22.3 MB
- Stars: 26
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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/)