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§
- Global
Symbol Table - Global symbol table that stores symbols across the entire workspace.
- Standard
Resolver - A standard resolver that handles relative and absolute file paths.
Traits§
- Module
Resolver - Trait for resolving module imports to file URIs.