Scheme 解释器用于 Rust
由 sunxyz 拥有。
#28 在 #评估
57KB 1.5K SLoC
use scheme::eval; let v = eval("(+ 1 2 3)"); println!("{}",v);
控制台
6