tree-sitter

Incremental parsing library for building language tools and editors

brewmacoslinux
Try with needOr install directly
Source

About

Incremental parsing library

Commands

tree-sitter

Examples

Initialize a new tree-sitter grammar project$ tree-sitter init-config
Generate a parser from grammar.js$ tree-sitter generate
Parse a file and display the syntax tree$ tree-sitter parse example.js