tree-sitter-objectscript

Crates.iotree-sitter-objectscript
lib.rstree-sitter-objectscript
version1.3.3
created_at2025-10-29 17:45:37.955788+00
updated_at2026-01-22 15:23:21.179556+00
descriptionObjectScript grammars for tree-sitter
homepage
repositoryhttps://github.com/intersystems/tree-sitter-objectscript
max_upload_size
id1907032
size164,370,361
Dave McCaldon (davem-intersys)

documentation

README

tree-sitter-objectscript

ObjectScript Grammars for tree-sitter.

This crate provides ObjectScript, ObjectScript Core (routines), and ObjectScript Expr (expressions) language support for the tree-sitter parsing library.

There are three grammars:

  1. objectscript - this is the overall grammar. This extends the other two grammars, and should be used for .cls files.
  2. objectscript_core: Represents ObjectScript "routine" syntax.
  3. objectscript_expr: Represents ObjectScript expressions.

See docs.rs for information on how to access the languages and their associated query files.

Commit count: 97

cargo fmt