Function oftlisp::reader::read_file [] [src]

pub fn read_file<C: 'static + Context>(
    path: Gc<PathBuf>
) -> Result<Vec<Gc<Value<C>>>, Either<IoError, ReadError>>

Reads zero or more Values from a file.