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.
- Project
Db - Stateful incremental project database.
Functions§
- resolve_
include_ path - Resolve an INCLUDE path relative to the including file’s directory.