Skip to main content

Crate scheme4r

Crate scheme4r 

Source

Re-exports§

pub use api::eval;
pub use api::interpreter;
pub use api::BuiltinRegistry;
pub use api::Scheme;
pub use error::ErrorKind;
pub use error::SchemeError;
pub use runtime::BuiltinFn;
pub use runtime::EnvRef;
pub use runtime::Environment;
pub use runtime::NativeFn;
pub use runtime::SchemeString;
pub use runtime::Value;

Modules§

api
error
eval
reader
runtime