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§

builtin
display
obj

Structs§

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

Traits§

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

Functions§

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

Type Aliases§

Res