tree-sitter@0.25

Incremental parsing library for building language parsers

brewmacoslinux
Try with needOr install directly
Source

About

Incremental parsing library

Commands

tree-sitter

Examples

Generate a parser from a grammar definition$ tree-sitter generate
Parse a source file and display the syntax tree$ tree-sitter parse example.js
Test a grammar against test cases$ tree-sitter test