Expand description

Defines file loader for stack graph languages

Structs

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.

Functions