Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 332 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 332 Bytes

tree-sitter-zig

Zig grammar for tree-sitter

Testing the parser

Install dependency

npm install

Test a zig file

./node_modules/tree-sitter-cli/tree-sitter parse <ZIG_FIlE>

References

Zig master branch docs