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,...).