rcalc [Experimental] 一个使用 Rust 编写的简单计算器,可通过 LLVM 进行 JIT 编译。 探索博客见 nyakku.moe Usage cargo run --features="jit" -- -a=1 -b=-2 "a + b / PI" --jit References Rusty Calc inkwell examples building-fast-interpreters-in-rust