Skip to main content

Crate oak_resolver

Crate oak_resolver 

Source
Expand description

Symbol and module resolution for the Oak language framework.

This crate provides traits and implementations for resolving module imports and managing global symbol tables across a workspace.

Structs§

GlobalSymbolTable
Global symbol table that stores symbols across the entire workspace.
StandardResolver
A standard resolver that handles relative and absolute file paths.

Traits§

ModuleResolver
Trait for resolving module imports to file URIs.