[][src]Function wlambda::compiler::s_eval

pub fn s_eval(s: &str) -> String

Evaluates a string of WLambda code, executes it and returns a string representation of the VVal.

This functions is mainly existing for testing purposes.