Expand description
Defines file loader for stack graph languages
Structs§
- File
Analyzers - File
Language Configurations - Struct holding the language configurations for a file.
- File
Reader - FileReader reads files from the filesystem and caches the most recently read file.
- Language
Configuration - Data type that holds all information to recognize and analyze files for a language
- Loader
- 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§
- Load
Error - Load
Path - A load path specifies a file to load from, either as a regular path or relative to the grammar location.