Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 508 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 508 Bytes

tree-sitter-jq

License: GPL v3

Jq language grammar for tree-sitter.

Building

To create the shared library, parser/jq.so, run

make

Development

Install dependencies

make install

Run tree-sitter playground in browser

make run

References