Expand description
Shared extraction machinery: the raw per-file representation every language extractor produces, the tree-sitter language registry (including the vendored Move grammars), and node helpers used by all extractors.
Structs§
- File
Extraction - Everything extracted from one file.
- Grammar
Set - Parser front-end over the four supported grammars.
- RawCall
Site - A call site as written in the source, before resolution.
- RawCallable
- RawModule
- RawState
- RawState
Ref - A by-name reference from a callable body to a state item, before resolution.
- Source
File - A source file handed to an extractor, path kept relative to the root.
Traits§
- Node
Util - Convenience methods every extractor needs on tree-sitter nodes.