Skip to main content

eval_with_io

Function eval_with_io 

Source
pub fn eval_with_io(
    expr: &Expr,
    env: &Env,
    io: &mut IoContext,
) -> Result<Value, String>
Expand description

Evaluates an expression with an I/O context (file descriptor table). Used by the REPL to support fopen/fclose/fgetl/fgets/fprintf(fd,...).