Skip to content

tree-sitter

Parser generator tool and incremental parsing library

Package Information

  • Domain: tree-sitter.github.io
  • Name: tree-sitter
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install tree-sitter

Programs

This package provides the following executable programs:

  • tree-sitter

Available Versions

Show all 30 versions
  • 0.25.8, 0.25.7, 0.25.6, 0.25.5, 0.25.4
  • 0.25.3, 0.25.2, 0.25.1, 0.25.0, 0.24.7
  • 0.24.6, 0.24.5, 0.24.4, 0.24.3, 0.24.2
  • 0.24.1, 0.24.0, 0.23.2, 0.23.1, 0.23.0
  • 0.22.6, 0.22.5, 0.22.4, 0.22.3, 0.22.2
  • 0.22.1, 0.22.0, 0.21.0, 0.20.9, 0.20.8

Latest Version: 0.25.8

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) tree-sitter -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry['tree-sitter']

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.