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:
- objectscript - this is the overall grammar. This extends the other two grammars, and should be used for .cls files.
- objectscript_core: Represents ObjectScript "routine" syntax.
- objectscript_expr: Represents ObjectScript expressions.
See docs.rs for information on how to access the languages and their associated query files.