Skip to main content

Crate tidepool_eval

Crate tidepool_eval 

Source
Expand description

Tree-walking interpreter for Tidepool Core expressions.

Provides Value, environment management, thunk allocation, and a lazy evaluator that reduces CoreExpr to Value.

Re-exports§

pub use env::*;
pub use error::*;
pub use eval::*;
pub use heap::*;
pub use pass::*;
pub use value::*;

Modules§

env
error
eval
heap
pass
value