Function eval

Source
pub fn eval(code: &str) -> Result<NodeValue, String>
Expand description

引数codeに指定したプログラムを実行して結果をNodeValueで返す