Module tree_sitter_stack_graphs::loader
source · Expand description
Defines file loader for stack graph languages
Structs§
- Struct holding the language configurations for a file.
- FileReader reads files from the filesystem and caches the most recently read file.
- Data type that holds all information to recognize and analyze files for a language
- The loader is created from either a tree-sitter configuration or a list of search paths, and an optional scope and search paths for stack graphs definitions and builtins; or a list of language configurations.
Enums§
- A load path specifies a file to load from, either as a regular path or relative to the grammar location.