yafc Yet Another F***ing Calculator a simple WIP computer algebra system Nightly required: rustup override set nightly Examples: in: -2^3^2 out[0]: -512 in: y*x*2 + x + x*2 + 3 out[1]: (y * 2 + 3) * x + 3