Skip to content

waddie/tree-sitter-applescript

Repository files navigation

tree-sitter-applescript

Tree-sitter grammar for AppleScript.

Installation

# Clone the repository
git clone https://github.com/waddie/tree-sitter-applescript
cd tree-sitter-applescript

# Install dependencies
npm install

Quick Start

# Generate parser after grammar changes
tree-sitter generate

# Build parser
tree-sitter build

# Run tests
tree-sitter test

# Parse a file
tree-sitter parse examples/sample.applescript

Resources

License

MIT License - Copyright (c) 2025 Tom Waddington

About

AppleScript grammar for tree-sitter

Topics

Resources

License

Stars

Watchers

Forks