pub fn compile(src: &str) -> Result<Expr, ExprError>Expand description
Compile a source expression into an evaluatable Expr, with no latch
names in scope.
The entry point for every expression that is not a preset binding — probes,
tests, and the two [latch] expressions themselves, which deliberately
cannot read a latch (see compile_with_latches).