Crate lep

source ·
Expand description

An interpreter for implementing interactive consoles.

Re-exports

pub use display::stringify;
pub use obj::Name;
pub use obj::Obj;
pub use obj::Pair;

Modules

Structs

Domain of extension functions.
Ref is a native object stored in an Obj.
Incrementally constructed state.

Traits

Fun is an extension function object.
FunMut is an extension function object with side-effects.

Functions

Parse and evaluate a statement. A derived state with the result value is returned.

Type Definitions