Run a T script
Evaluates a T script file and imports its definitions into the current environment. Useful for interactive development to reload module files.
filename (String): The path to the
T file to execute.
failfast (Bool): Whether to fail on
error (defaults to false).
t_run("src/my_script.t")