Module tvix_eval::source

source ·
Expand description

This module contains utilities for dealing with the codemap that needs to be carried across different compiler instantiations in an evaluation.

The data type SourceCode should be carried through all relevant places instead of copying the codemap structures directly.

Structs§

  • Tracks all source code in a Tvix evaluation for accurate error reporting.