Skip to main content

Module interpreter

Module interpreter 

Source
Expand description

Interpreter to execute the AST

This module provides the main interpreter for executing parsed Run scripts. It handles function definitions, variable substitution, and command execution with support for multiple interpreters (sh, bash, python, node, ruby, etc.)

Structsยง

Interpreter