Skip to main content

Crate brink_db

Crate brink_db 

Source
Expand description

Incremental project database for inkle’s ink narrative scripting language.

ProjectDb caches parsed trees and lowered HIR per file, enabling efficient re-analysis when individual files change. Both the compiler (one-shot) and LSP (long-lived) use this as their project model.

Structs§

FileId
Opaque identifier for a source file within a multi-file project.
ProjectDb
Stateful incremental project database.

Functions§

resolve_include_path
Resolve an INCLUDE path relative to the including file’s directory.