Expand description
An interpreter for implementing interactive consoles.
Re-exports§
Modules§
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.