Expand description
Tree-sitter integration for Sigil
Provides syntax parsing capabilities for multiple programming languages using tree-sitter grammars. This enables Samael and other AI agents to perform real syntax analysis on source code.
Structs§
Enums§
- TSLanguage
- Supported languages for tree-sitter parsing
Functions§
- node_
text - Get the text content of a node from source
- node_
to_ value - Convert a tree-sitter Node to interpreter Value fields Returns a HashMap suitable for creating a SyntaxNode struct
- parse_
source - Parse source code with a given language
- supported_
languages - List all supported languages