tree-sitter-cli

Parser generator and testing tool for creating language parsers

brewmacoslinux
Try with needOr install directly
Source

About

Parser generator tool

Commands

tree-sitter

Examples

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