Skip to main content

Module budget

Module budget 

Source
Expand description

Static budget validation on parsed AST before execution.

Analyzes the AST for obviously expensive constructs and rejects them before execution starts, providing descriptive error messages.

Enums§

BudgetError
Errors from static budget validation.

Functions§

validate
Validate an AST against execution limits before running it.