[][src]Function wlambda::compiler::s_eval_no_panic

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

Evaluates a string of WLambda code, executes it and returns a string representation of the VVal. Any critical error (parse error for instance) is not panic!'ed, but returned as informal string.

This functions is mainly existing for testing purposes.