Module typst::eval

source ·
Expand description

Evaluation of markup and code.

Structs§

  • A visitor that determines which variables to capture for a closure.
  • Traces warnings and which values existed for an expression at a span.
  • A virtual machine.

Enums§

  • In which mode to evaluate a string.

Traits§

  • Evaluate an expression.

Functions§

  • Evaluate a source file and return the resulting module.
  • Evaluate a string as code and return the resulting value.
  • Process an import of a module relative to the current location.