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§
- Budget
Error - Errors from static budget validation.
Functions§
- validate
- Validate an AST against execution limits before running it.